mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 05:27:54 -05:00
16 lines
316 B
C
16 lines
316 B
C
#ifndef POKEPLATINUM_STRUCT_02073838_H
|
|
#define POKEPLATINUM_STRUCT_02073838_H
|
|
|
|
|
|
#include <nnsys.h>
|
|
|
|
typedef struct {
|
|
BOOL unk_00;
|
|
NNSG3dResFileHeader * unk_04;
|
|
NNSG3dResMdlSet * unk_08;
|
|
NNSG3dResMdl * unk_0C;
|
|
NNSG3dResTex * unk_10;
|
|
} UnkStruct_02073838;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02073838_H
|