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.5 by root, Fri Dec 15 20:08:45 2006 UTC

1/*
2 * static char *rcsid_object_h =
3 * "$Id: loader.h,v 1.1 2006/02/03 07:12:49 root Exp $";
4 */
5
6/* 1/*
7 CrossFire, A Multiplayer game for X-windows 2 CrossFire, A Multiplayer game for X-windows
8 3
9 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 4 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
10 Copyright (C) 1992 Frank Tore Johansen 5 Copyright (C) 1992 Frank Tore Johansen
21 16
22 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software 18 along with this program; if not, write to the Free Software
24 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 20
26 The authors can be reached via e-mail to crossfire-devel@real-time.com 21 The authors can be reached via e-mail to crossfire@schmorp.de
27*/ 22*/
28 23
29 24
30#define LL_IGNORED -1 25#define LL_IGNORED -1
31#define LL_EOF 0 26#define LL_EOF 0
32#define LL_MORE 1 27#define LL_MORE 1
33#define LL_NORMAL 2 28#define LL_NORMAL 2
34 29
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; 30extern int nrofpixmaps;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines