common.h fully removed. common_structs.h incorporated into new game/gamework_data.h header along with parts of variables.h (Other parts were moved to more appropriate headers). functions.h split into unsplit.h and board_unsplit.h
11 lines
No EOL
197 B
C
11 lines
No EOL
197 B
C
#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 |