zp50_items_const.inc
Original include source with line numbers.
| 1 | #if defined _zp50_items_const_included |
| 2 | #endinput |
| 3 | #endif |
| 4 | #define _zp50_items_const_included |
| 5 | |
| 6 | /* Item ID constants */ |
| 7 | #define ZP_INVALID_ITEM -1 |
| 8 | |
| 9 | /* Item selection constants */ |
| 10 | #define ZP_ITEM_AVAILABLE 0 |
| 11 | #define ZP_ITEM_NOT_AVAILABLE 1 |
| 12 | #define ZP_ITEM_DONT_SHOW 2 |
| 13 | |