mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
15 lines
357 B
C
15 lines
357 B
C
#ifndef POKEPLATINUM_STRUCT_020147B8_H
|
|
#define POKEPLATINUM_STRUCT_020147B8_H
|
|
|
|
#include <nitro/fx/fx.h>
|
|
|
|
typedef struct SPLParticle_t SPLParticle;
|
|
struct SPLEmitter_t;
|
|
|
|
typedef struct {
|
|
void (*unk_00)(const void *, SPLParticle *, VecFx32 *, struct SPLEmitter_t *);
|
|
const void *unk_04;
|
|
} UnkStruct_020147B8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020147B8_H
|