Match most of data.c

This commit is contained in:
gamemasterplc 2023-11-24 12:29:41 -06:00
parent cb6805a852
commit 7dbf748078
10 changed files with 761 additions and 38 deletions

View file

@ -66,7 +66,7 @@ typedef struct file_list_entry {
typedef struct data_stat {
s32 dir_id;
void *dir;
void *data;
void *file;
u32 raw_len;
u32 comp_type;
BOOL used;