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.12 by root, Sun Mar 11 02:12:44 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;
35
36bool load_resource_file (const char *filename); 29bool load_resource_file (const char *filename);
37 30
38#endif 31#endif
39 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines