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.6 by root, Thu Nov 8 19:43:24 2007 UTC vs.
Revision 1.7 by root, Sun Apr 20 05:24:55 2008 UTC

19 * along with this program. If not, see <http://www.gnu.org/licenses/>. 19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 * 20 *
21 * The authors can be reached via e-mail to <support@deliantra.net> 21 * The authors can be reached via e-mail to <support@deliantra.net>
22 */ 22 */
23 23
24/* Used to link together the gods */
24typedef struct glnk : zero_initialised 25typedef struct glnk : zero_initialised
25{ /* Used to link together the gods */ 26{
26 shstr name; /* name of this god */ 27 shstr name; /* name of this god */
27 struct archetype *arch; /* pointer to the archetype of this god */ 28 arch_ptr arch; /* pointer to the archetype of this god */
28 int id; /* id of the god */ 29 int id; /* id of the god */
29 shstr pantheon; /* the name of the group this god belongs to */ 30 shstr pantheon; /* the name of the group this god belongs to */
30 struct glnk *next; 31 struct glnk *next;
31} godlink; 32} godlink;
32 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines