ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/loader.h
(Generate patch)

Comparing deliantra/server/include/loader.h (file contents):
Revision 1.10 by root, Thu Feb 15 21:07:49 2007 UTC vs.
Revision 1.11 by root, Fri Feb 16 19:43:41 2007 UTC

24 24
25 25
26#ifndef LOADER_H__ 26#ifndef LOADER_H__
27#define LOADER_H__ 27#define LOADER_H__
28 28
29#define LL_IGNORED -1
30#define LL_EOF 0
31#define LL_MORE 1
32#define LL_NORMAL 2
33
34extern int nrofpixmaps; 29extern int nrofpixmaps;
35 30
36bool load_resource_file (const char *filename); 31bool load_resource_file (const char *filename);
37 32
38#endif 33#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines