MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | #ifndef LPC_INCLUDE_LIST_H |
2 | #define LPC_INCLUDE_LIST_H | ||||
3 | |||||
4 | /* Return value flag types for include_list() */ | ||||
5 | |||||
6 | #define INCLIST_FLAT 0x00 | ||||
7 | #define INCLIST_TREE 0x01 | ||||
8 | |||||
9 | #endif /* LPC_INCLUDE_LIST_H */ |