Crossfire Server, Branches 1.12  R18729
god.h
Go to the documentation of this file.
1 
6 #ifndef GOD_H
7 #define GOD_H
8 
12 typedef struct glnk {
13  const char *name;
14  struct archt *arch;
15  int id;
16  struct glnk *next;
17 } godlink;
18 
19 #endif /* GOD_H */
struct archt * arch
Definition: god.h:14
Definition: god.h:12
const char * name
Definition: god.h:13
Definition: object.h:321
struct glnk * next
Definition: god.h:16
int id
Definition: god.h:15
struct glnk godlink