Introduce enums for specific data directories
This commit is contained in:
parent
ce056b82a0
commit
6d67132ca4
21 changed files with 603 additions and 535 deletions
|
|
@ -11,7 +11,7 @@ static void **HuDataReadMultiSub(s32 *data_ids, BOOL use_num, s32 num);
|
|||
|
||||
#define DATADIR_DEFINE(name, path) { path, -1 },
|
||||
|
||||
static FileListEntry DataDirStat[DATADIR_COUNT+1] = {
|
||||
static FileListEntry DataDirStat[DATADIR_ID_MAX+1] = {
|
||||
#include "datadir_table.h"
|
||||
{ NULL, -1 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue