ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/global.h
(Generate patch)

Comparing deliantra/server/include/global.h (file contents):
Revision 1.3 by pippijn, Fri Apr 28 13:56:26 2006 UTC vs.
Revision 1.4 by elmex, Sun Aug 13 17:16:02 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.3 2006/04/28 13:56:26 pippijn Exp $"; 3 * "$Id: global.h,v 1.4 2006/08/13 17:16:02 elmex 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
177EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ 177EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */
178EXTERN godlink *first_god; 178EXTERN godlink *first_god;
179EXTERN racelink *first_race; 179EXTERN racelink *first_race;
180 180
181#define NROF_COMPRESS_METHODS 4 181#define NROF_COMPRESS_METHODS 4
182EXTERN char *uncomp[NROF_COMPRESS_METHODS][3]; 182extern char *uncomp[NROF_COMPRESS_METHODS][3];
183
183/* 184/*
184 * The editor uses these (will get them out of here later): 185 * The editor uses these (will get them out of here later):
185 */ 186 */
186 187
187EXTERN long editor; /* if true, edit maps instead of playing (almost obsolete) */ 188EXTERN long editor; /* if true, edit maps instead of playing (almost obsolete) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines