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.7 by pippijn, Mon Jan 15 21:06:19 2007 UTC vs.
Revision 1.12 by root, Sun Mar 11 02:12:44 2007 UTC

21 * 21 *
22 * The authors can be reached via e-mail to crossfire@schmorp.de 22 * The authors can be reached via e-mail to crossfire@schmorp.de
23 */ 23 */
24 24
25 25
26#define LL_IGNORED -1 26#ifndef LOADER_H__
27#define LL_EOF 0 27#define LOADER_H__
28#define LL_MORE 1
29#define LL_NORMAL 2
30 28
31extern int nrofpixmaps; 29bool load_resource_file (const char *filename);
30
31#endif
32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines