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.60 by root, Mon May 28 21:15:56 2007 UTC vs.
Revision 1.62 by root, Wed Jun 6 05:41:26 2007 UTC

60#include "keyword.h" 60#include "keyword.h"
61#include "traits.h" 61#include "traits.h"
62#include "dynbuf.h" 62#include "dynbuf.h"
63#include "util.h" 63#include "util.h"
64#include "shstr.h" 64#include "shstr.h"
65#include "cfperl.h"
65 66
66/* This blob, in this order, is needed to actually define maps */ 67/* This blob, in this order, is needed to actually define maps */
67#include "face.h" 68#include "face.h"
68 69
69#include "spells.h" 70#include "spells.h"
122 123
123/* 124/*
124 * These are the beginnings of linked lists: 125 * These are the beginnings of linked lists:
125 */ 126 */
126EXTERN artifactlist *first_artifactlist; 127EXTERN artifactlist *first_artifactlist;
127EXTERN archetype *first_archetype;
128EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ 128EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */
129EXTERN godlink *first_god; 129EXTERN godlink *first_god;
130EXTERN racelink *first_race; 130EXTERN racelink *first_race;
131 131
132/* 132/*
245extern Settings settings; 245extern Settings settings;
246 246
247void reset_signals (); 247void reset_signals ();
248 248
249#include "plugin.h" 249#include "plugin.h"
250#include "cfperl.h"
251 250
252#endif /* GLOBAL_H */ 251#endif /* GLOBAL_H */
253 252

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines