ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/god.h
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:12:49 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: UPSTREAM
CVS Tags: LAST_C_VERSION, UPSTREAM_2006_03_15, UPSTREAM_2006_02_22, UPSTREAM_2006_02_03, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
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