Crossfire Server, Branch 1.12  R12190
god.h
Go to the documentation of this file.
00001 
00006 #ifndef GOD_H
00007 #define GOD_H
00008 
00012 typedef struct glnk {
00013     const char *name;     
00014     struct archt *arch;   
00015     int id;               
00016     struct glnk *next;    
00017 } godlink;
00018 
00019 #endif /* GOD_H */