Crossfire Server, Branches 1.12  R18729
loader.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LL_EOF   0
 
#define LL_IGNORED   -1
 
#define LL_MORE   1
 
#define LL_NORMAL   2
 
#define LO_LINEMODE   1
 
#define LO_NEWFILE   2
 
#define LO_NOREAD   3
 
#define LO_REPEAT   0
 

Variables

int nrofpixmaps
 

Detailed Description

Defines for loader.l / loader.c.

Definition in file loader.h.

Macro Definition Documentation

#define LL_EOF   0

Definition at line 38 of file loader.h.

#define LL_IGNORED   -1

Definition at line 37 of file loader.h.

#define LL_MORE   1

Definition at line 39 of file loader.h.

Referenced by first_arch_pass(), and load_objects().

#define LL_NORMAL   2

Definition at line 40 of file loader.h.

Referenced by first_arch_pass(), and load_objects().

#define LO_LINEMODE   1

Definition at line 44 of file loader.h.

Referenced by init_artifacts(), and second_arch_pass().

#define LO_NEWFILE   2

Definition at line 45 of file loader.h.

Referenced by check_login(), and load_objects().

#define LO_NOREAD   3

Definition at line 46 of file loader.h.

Referenced by load_unique_objects().

#define LO_REPEAT   0

Definition at line 43 of file loader.h.

Referenced by load_objects().

Variable Documentation

int nrofpixmaps

nrofpixmaps is the number of bitmaps loaded. With the automatic generation of the bmaps file, this is now equal to nroffiles.

Definition at line 76 of file image.c.