Match most of data.c
This commit is contained in:
parent
cb6805a852
commit
7dbf748078
10 changed files with 761 additions and 38 deletions
|
|
@ -12,4 +12,23 @@ typedef enum {
|
|||
|
||||
#undef OVL_DEFINE
|
||||
|
||||
#endif
|
||||
#define DATADIR_DEFINE(name, path) name,
|
||||
|
||||
typedef enum {
|
||||
#include "datadir_table.h"
|
||||
DATADIR_COUNT
|
||||
} DataDirID;
|
||||
|
||||
#undef DATADIR_DEFINE
|
||||
|
||||
|
||||
typedef enum {
|
||||
HEAP_SYSTEM,
|
||||
HEAP_MUSIC,
|
||||
HEAP_DATA,
|
||||
HEAP_DVD,
|
||||
HEAP_MISC,
|
||||
HEAP_MAX
|
||||
} HeapID;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue