blob: 626b1e9963a28e916e315b33b067463109e9bbff [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001#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 */