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.6 by root, Tue Aug 29 08:01:36 2006 UTC vs.
Revision 1.7 by root, Wed Aug 30 16:30:37 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.6 2006/08/29 08:01:36 root Exp $"; 3 * "$Id: global.h,v 1.7 2006/08/30 16:30:37 root 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
175EXTERN artifactlist *first_artifactlist; 175EXTERN artifactlist *first_artifactlist;
176EXTERN archetype *first_archetype; 176EXTERN archetype *first_archetype;
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
181#define NROF_COMPRESS_METHODS 4
182extern char *uncomp[NROF_COMPRESS_METHODS][3];
183 180
184/* 181/*
185 * The editor uses these (will get them out of here later): 182 * The editor uses these (will get them out of here later):
186 */ 183 */
187 184

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines