Dump overlay list
This commit is contained in:
parent
a8d2b73106
commit
47f2bb30b9
11 changed files with 142 additions and 3 deletions
11
src/game/ovllist.c
Normal file
11
src/game/ovllist.c
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue