#ifndef GD_PARTICLES_H #define GD_PARTICLES_H #include #include "gd_types.h" // functions void func_801823A0(struct ObjNet *net); struct ObjParticle *make_particle(u32 a, s32 b, f32 x, f32 y, f32 z); void move_particles_in_grp(struct ObjGroup *group); #endif // GD_PARTICLES_H