summaryrefslogtreecommitdiff
path: root/src/object/smoke.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/smoke.c')
-rw-r--r--src/object/smoke.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object/smoke.c b/src/object/smoke.c
index 62b4d1ac..534d91c2 100644
--- a/src/object/smoke.c
+++ b/src/object/smoke.c
@@ -5,6 +5,8 @@
* @brief Smoke object
*/
#include "object.h"
+#include "asm.h"
+#include "physics.h"
void Smoke_Type0(Entity*);
void Smoke_Type1(Entity*);