summaryrefslogtreecommitdiff
path: root/src/enemy/spearMoblin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/spearMoblin.c')
-rw-r--r--src/enemy/spearMoblin.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/enemy/spearMoblin.c b/src/enemy/spearMoblin.c
index 271a4c23..e8954dd2 100644
--- a/src/enemy/spearMoblin.c
+++ b/src/enemy/spearMoblin.c
@@ -5,7 +5,12 @@
* @brief Spear Moblin enemy
*/
#include "enemy.h"
-#include "functions.h"
+#include "sound.h"
+#include "effects.h"
+#include "projectile.h"
+#include "object.h"
+#include "asm.h"
+#include "physics.h"
typedef struct {
/*0x00*/ Entity base;