sm64pc/src/goddard/particles.h

14 lines
299 B
C
Raw Permalink Normal View History

2019-08-25 06:46:40 +02:00
#ifndef GD_PARTICLES_H
#define GD_PARTICLES_H
2020-06-02 18:44:34 +02:00
#include <PR/ultratypes.h>
2019-08-25 06:46:40 +02:00
#include "gd_types.h"
// functions
2020-06-02 18:44:34 +02:00
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);
2019-08-25 06:46:40 +02:00
2020-06-02 18:44:34 +02:00
#endif // GD_PARTICLES_H