pokeplatinum/include/struct_defs/struct_020147B8.h
2024-09-25 21:21:29 +02:00

15 lines
346 B
C

#ifndef POKEPLATINUM_STRUCT_020147B8_H
#define POKEPLATINUM_STRUCT_020147B8_H
#include <nitro/fx/fx.h>
struct SPLParticle;
struct SPLEmitter;
typedef struct SPLBehavior {
void (*applyFunc)(const void *, struct SPLParticle *, VecFx32 *, struct SPLEmitter *);
const void *object;
} SPLBehavior;
#endif // POKEPLATINUM_STRUCT_020147B8_H