mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-04 21:50:38 -04:00
9 lines
151 B
C
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);
|
|
|