ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/texcache.c
(Generate patch)

Comparing deliantra/Deliantra-Client/texcache.c (file contents):
Revision 1.5 by root, Tue Dec 25 18:58:32 2007 UTC vs.
Revision 1.6 by root, Tue Dec 25 19:08:31 2007 UTC

9 int x, y, w, h; 9 int x, y, w, h;
10} tc_area; 10} tc_area;
11 11
12extern int tc_generation; 12extern int tc_generation;
13 13
14void tc_get (tc_area *area, int width, int height); 14static void tc_get (tc_area *area, int width, int height);
15void tc_put (tc_area *area); 15static void tc_put (tc_area *area);
16void tc_clear (); 16static void tc_clear (void);
17static void tc_backup (void);
18static void tc_restore (void);
17 19
18///////////////////////////////////////////////////////////////////////////// 20/////////////////////////////////////////////////////////////////////////////
19 21
20#include <glib.h> 22#include <glib.h>
21 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines