zp50_class_zombie_const.inc
Original include source with line numbers.
| 1 | #if defined _zp50_class_zombie_const_inc |
| 2 | #endinput |
| 3 | #endif |
| 4 | #define _zp50_class_zombie_const_inc |
| 5 | |
| 6 | /* Zombie Class ID constants */ |
| 7 | #define ZP_INVALID_ZOMBIE_CLASS -1 |
| 8 | |
| 9 | /* Class selection constants */ |
| 10 | #define ZP_CLASS_AVAILABLE 0 |
| 11 | #define ZP_CLASS_NOT_AVAILABLE 1 |
| 12 | #define ZP_CLASS_DONT_SHOW 2 |
| 13 | |