mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
16 lines
303 B
C
16 lines
303 B
C
#ifndef POKEPLATINUM_STRUCT_02073974_H
|
|
#define POKEPLATINUM_STRUCT_02073974_H
|
|
|
|
#include <nnsys.h>
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
fx32 unk_04;
|
|
void *unk_08;
|
|
void *unk_0C;
|
|
NNSG3dAnmObj *unk_10;
|
|
NNSFndAllocator unk_14;
|
|
} UnkStruct_02073974;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02073974_H
|