mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
12 lines
386 B
C
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
|