Crossfire Server, Trunk
loader.h
Go to the documentation of this file.
1 
6 #ifndef LOADER_H
7 #define LOADER_H
8 
9 #define LL_IGNORED -1
10 #define LL_EOF 0
11 #define LL_MORE 1
12 #define LL_NORMAL 2
13 
14 /* see loader.l for more details on this */
15 #define LO_REPEAT 0
16 #define LO_LINEMODE 1
17 #define LO_NEWFILE 2
18 #define LO_NOREAD 3
19 
20 #endif /* LOADER_H */