| MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | #ifndef LPC_INHERIT_LIST_H |
| 2 | #define LPC_INHERIT_LIST_H | ||||
| 3 | |||||
| 4 | /* Return value flag types for inherit_list() */ | ||||
| 5 | |||||
| 6 | #define INHLIST_FLAT 0x00 | ||||
| 7 | #define INHLIST_TREE 0x01 | ||||
| 8 | #define INHLIST_TAG_VIRTUAL 0x02 | ||||
| 9 | |||||
| 10 | #endif /* LPC_INHERIT_LIST_H */ | ||||