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.51 by root, Thu Apr 12 14:18:05 2007 UTC vs.
Revision 1.52 by root, Mon Apr 16 06:23:41 2007 UTC

114 *****************************************************************************/ 114 *****************************************************************************/
115 115
116/* 116/*
117 * These are the beginnings of linked lists: 117 * These are the beginnings of linked lists:
118 */ 118 */
119EXTERN treasurelist *first_treasurelist;
120EXTERN artifactlist *first_artifactlist; 119EXTERN artifactlist *first_artifactlist;
121EXTERN archetype *first_archetype; 120EXTERN archetype *first_archetype;
122EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ 121EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */
123EXTERN godlink *first_god; 122EXTERN godlink *first_god;
124EXTERN racelink *first_race; 123EXTERN racelink *first_race;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines