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.1 by root, Fri Feb 3 07:12:49 2006 UTC vs.
Revision 1.2 by root, Sun Sep 3 22:45:56 2006 UTC

1/* 1/*
2 * static char *rcsid_object_h = 2 * static char *rcsid_object_h =
3 * "$Id: loader.h,v 1.1 2006/02/03 07:12:49 root Exp $"; 3 * "$Id: loader.h,v 1.2 2006/09/03 22:45:56 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
30#define LL_IGNORED -1 30#define LL_IGNORED -1
31#define LL_EOF 0 31#define LL_EOF 0
32#define LL_MORE 1 32#define LL_MORE 1
33#define LL_NORMAL 2 33#define LL_NORMAL 2
34 34
35/* see loader.l for more details on this */
36#define LO_REPEAT 0
37#define LO_LINEMODE 1
38#define LO_NEWFILE 2
39#define LO_NOREAD 3
40
41extern int nrofpixmaps; 35extern int nrofpixmaps;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines