Crossfire Server, Branch 1.12  R12190
loader.h
Go to the documentation of this file.
00001 /*
00002  * static char *rcsid_object_h =
00003  *   "$Id: loader.h 9313 2008-06-13 12:05:26Z anmaster $";
00004  */
00005 
00006 /*
00007     CrossFire, A Multiplayer game for X-windows
00008 
00009     Copyright (C) 2002 Mark Wedel & Crossfire Development Team
00010     Copyright (C) 1992 Frank Tore Johansen
00011 
00012     This program is free software; you can redistribute it and/or modify
00013     it under the terms of the GNU General Public License as published by
00014     the Free Software Foundation; either version 2 of the License, or
00015     (at your option) any later version.
00016 
00017     This program is distributed in the hope that it will be useful,
00018     but WITHOUT ANY WARRANTY; without even the implied warranty of
00019     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00020     GNU General Public License for more details.
00021 
00022     You should have received a copy of the GNU General Public License
00023     along with this program; if not, write to the Free Software
00024     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00025 
00026     The authors can be reached via e-mail to crossfire-devel@real-time.com
00027 */
00028 
00034 #ifndef LOADER_H
00035 #define LOADER_H
00036 
00037 #define LL_IGNORED  -1
00038 #define LL_EOF      0
00039 #define LL_MORE     1
00040 #define LL_NORMAL   2
00041 
00042 /* see loader.l for more details on this */
00043 #define LO_REPEAT   0
00044 #define LO_LINEMODE 1
00045 #define LO_NEWFILE  2
00046 #define LO_NOREAD   3
00047 
00048 extern int nrofpixmaps;
00049 
00050 #endif /* LOADER_H */