mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 13:07:27 -05:00
16 lines
372 B
C
16 lines
372 B
C
#ifndef POKEPLATINUM_STRUCT_020147B8_H
|
|
#define POKEPLATINUM_STRUCT_020147B8_H
|
|
|
|
|
|
#include <nitro/fx/fx.h>
|
|
|
|
typedef struct UnkSPLStruct8_t UnkSPLStruct8;
|
|
struct UnkSPLStruct6_t;
|
|
|
|
typedef struct {
|
|
void (* unk_00)(const void *, UnkSPLStruct8 *, VecFx32 *, struct UnkSPLStruct6_t *);
|
|
const void * unk_04;
|
|
} UnkStruct_020147B8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020147B8_H
|