summaryrefslogtreecommitdiff
path: root/src/object/smokeParticle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/smokeParticle.c')
-rw-r--r--src/object/smokeParticle.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/object/smokeParticle.c b/src/object/smokeParticle.c
index ac05de1f..68963f44 100644
--- a/src/object/smokeParticle.c
+++ b/src/object/smokeParticle.c
@@ -4,8 +4,13 @@
*
* @brief Smoke Particle object
*/
-#include "functions.h"
+#include "collision.h"
#include "object.h"
+#include "asm.h"
+#include "sound.h"
+#include "script.h"
+#include "player.h"
+#include "room.h"
#include "tiles.h"
void SmokeParticle_Init(Entity*);