mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
11 lines
240 B
C
11 lines
240 B
C
|
#ifndef LPC_INHERIT_LIST_H
|
||
|
#define LPC_INHERIT_LIST_H
|
||
|
|
||
|
/* Return value flag types for inherit_list() */
|
||
|
|
||
|
#define INHLIST_FLAT 0x00
|
||
|
#define INHLIST_TREE 0x01
|
||
|
#define INHLIST_TAG_VIRTUAL 0x02
|
||
|
|
||
|
#endif /* LPC_INHERIT_LIST_H */
|