Dump overlay list

This commit is contained in:
gamemasterplc 2023-11-23 21:58:33 -06:00
parent a8d2b73106
commit 47f2bb30b9
11 changed files with 142 additions and 3 deletions

11
src/game/ovllist.c Normal file
View file

@ -0,0 +1,11 @@
#include "common.h"
#define OVL_DEFINE(name, path) { path, 0 },
FileListEntry _ovltbl[OVL_COUNT+1] = {
#include "ovl_table.h"
{ NULL, -1 }
};
#undef OVL_DEFINE