pokeplatinum/include/overlay011/particle_helper.h
2025-08-23 14:31:51 -07:00

12 lines
386 B
C

#ifndef POKEPLATINUM_PARTICLE_HELPER_H
#define POKEPLATINUM_PARTICLE_HELPER_H
#include "particle_system.h"
ParticleSystem *ParticleHelper_CreateParticleSystem(enum HeapID heapID);
ParticleSystem *ov11_0221F888(enum HeapID heapID);
void ParticleHelper_FreeParticleSystem(ParticleSystem *param0);
void ParticleHelper_DrawParticleSystems(void);
#endif // POKEPLATINUM_PARTICLE_HELPER_H