mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-17 10:38:46 -05:00
15 lines
284 B
C
15 lines
284 B
C
#ifndef POKEPLATINUM_STRUCT_020170F4_H
|
|
#define POKEPLATINUM_STRUCT_020170F4_H
|
|
|
|
|
|
#include <nnsys.h>
|
|
|
|
typedef struct {
|
|
void * unk_00;
|
|
NNSG3dResMdlSet * unk_04;
|
|
NNSG3dResMdl * unk_08;
|
|
NNSG3dResTex * unk_0C;
|
|
} UnkStruct_020170F4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020170F4_H
|