mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 05:27:54 -05:00
Some checks failed
build / build (push) Has been cancelled
* Remove decl files and rename main ParticleSystem struct * Document particle system new/init * Document generic particle system functions * Document particle system allocation functions * Document remaining particle system getters and setters * Particle system cleanup * Rename particle system files * Format files * PR feedback
16 lines
332 B
C
16 lines
332 B
C
#ifndef POKEPLATINUM_STRUCT_0207C8C4_H
|
|
#define POKEPLATINUM_STRUCT_0207C8C4_H
|
|
|
|
#include "struct_defs/struct_0207C894.h"
|
|
|
|
#include "particle_system.h"
|
|
#include "spl.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_0207C894 unk_00;
|
|
SPLEmitter *unk_08;
|
|
ParticleSystem *unk_0C;
|
|
} UnkStruct_0207C8C4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207C8C4_H
|