ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/god.h
Revision: 1.1
Committed: Fri Feb 3 07:12:49 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

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