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.61 by root, Mon Jun 4 13:04:00 2007 UTC

122 122
123/* 123/*
124 * These are the beginnings of linked lists: 124 * These are the beginnings of linked lists:
125 */ 125 */
126EXTERN artifactlist *first_artifactlist; 126EXTERN artifactlist *first_artifactlist;
127EXTERN archetype *first_archetype;
128EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ 127EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */
129EXTERN godlink *first_god; 128EXTERN godlink *first_god;
130EXTERN racelink *first_race; 129EXTERN racelink *first_race;
131 130
132/* 131/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines