Difference for include/god.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 typedef struct glnk { /* Used to link together the gods */  typedef struct glnk { /* Used to link together the gods */
   char *name;       /* name of this god */    const char *name;       /* name of this god */
   struct archt *arch;       /* pointer to the archetype of this god */    struct archt *arch;       /* pointer to the archetype of this god */
   int id;               /* id of the god */     int id;               /* id of the god */
   char *pantheon;       /* the name of the group this god belongs to */    const char *pantheon;       /* the name of the group this god belongs to */
   struct glnk *next;        struct glnk *next;   
 } godlink;   } godlink;
   


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:22