ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/god.h
Revision: 1.3
Committed: Fri Sep 8 16:53:57 2006 UTC (17 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_0, rel-2_1
Changes since 1.2: +1 -1 lines
Log Message:
archt => archetype

File Contents

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