12 lines
No EOL
217 B
C
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 |