game folder "just" compiles (not link)

This commit is contained in:
Ondřej Novák 2025-01-25 13:08:41 +01:00
parent 13d3908273
commit 1b0f7fe0c2
135 changed files with 2161 additions and 2336 deletions

9
libs/strlists.h Normal file
View file

@ -0,0 +1,9 @@
#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);