diff options
Diffstat (limited to 'src/object/chuchuBossStartParticle.c')
| -rw-r--r-- | src/object/chuchuBossStartParticle.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/object/chuchuBossStartParticle.c b/src/object/chuchuBossStartParticle.c index 286c414c..00469edd 100644 --- a/src/object/chuchuBossStartParticle.c +++ b/src/object/chuchuBossStartParticle.c @@ -4,8 +4,13 @@ * * @brief Chuchu Boss Start Particle object */ -#include "functions.h" #include "object.h" +#include "asm.h" +#include "sound.h" +#include "room.h" +#include "physics.h" +#include "player.h" +#include "color.h" typedef struct { /*0x00*/ Entity base; |
