mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
10 lines
206 B
C
10 lines
206 B
C
#ifndef LPC_INCLUDE_LIST_H
|
|
#define LPC_INCLUDE_LIST_H
|
|
|
|
/* Return value flag types for include_list() */
|
|
|
|
#define INCLIST_FLAT 0x00
|
|
#define INCLIST_TREE 0x01
|
|
|
|
#endif /* LPC_INCLUDE_LIST_H */
|