Crossfire Server, Trunk
god.h
Go to the documentation of this file.
1 
6 #ifndef GOD_H
7 #define GOD_H
8 
13 #define GOD_ENEMY 1
14 #define GOD_HOLYWORD 2
15 #define GOD_RESISTANCES 4
16 #define GOD_SACRED 8
17 #define GOD_BLESSED 16
18 #define GOD_IMMUNITIES 32
19 #define GOD_PATHS 64
20 #define GOD_ALL 0xFF
22 
23 #endif /* GOD_H */