mirror of
https://github.com/encounter/ph.git
synced 2026-03-30 11:34:37 -07:00
13 lines
192 B
C
13 lines
192 B
C
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct FileEntry {
|
|
/* 00 (vtable )*/
|
|
/* 04 */ void *path;
|
|
/* 08 */ unk32 mUnk_08;
|
|
/* 0c */ unk32 mUnk_0c;
|
|
/* 10 */
|
|
};
|