gates_of_skeldal/libs/strlists.h
2025-01-25 13:08:41 +01:00

9 lines
151 B
C

#define DIR_BREIF 1
#define DIR_SHORT 2
#define DIR_FULL 3
#define DIR_PATHLIST 4
#define DIR_DIRTREE 5
#define DIR_NAMES 6
void listbox(OBJREC *o);