mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 11:46:51 -05:00
15 lines
311 B
C
15 lines
311 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
|