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

Comparing deliantra/server/include/god.h (file contents):
Revision 1.2 by root, Sun Sep 3 00:18:41 2006 UTC vs.
Revision 1.3 by root, Fri Sep 8 16:53:57 2006 UTC

1typedef struct glnk : zero_initialised 1typedef struct glnk : zero_initialised
2{ /* Used to link together the gods */ 2{ /* Used to link together the gods */
3 shstr name; /* name of this god */ 3 shstr name; /* name of this god */
4 struct archt *arch; /* pointer to the archetype of this god */ 4 struct archetype *arch; /* pointer to the archetype of this god */
5 int id; /* id of the god */ 5 int id; /* id of the god */
6 shstr pantheon; /* the name of the group this god belongs to */ 6 shstr pantheon; /* the name of the group this god belongs to */
7 struct glnk *next; 7 struct glnk *next;
8} godlink; 8} godlink;
9 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines