marioparty4/src/game/ovllist.c
2023-12-03 17:12:58 -06:00

12 lines
No EOL
217 B
C

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