summaryrefslogtreecommitdiff
path: root/src/enemy/moldworm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/moldworm.c')
-rw-r--r--src/enemy/moldworm.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/enemy/moldworm.c b/src/enemy/moldworm.c
index f5e2dc05..8e3e6db0 100644
--- a/src/enemy/moldworm.c
+++ b/src/enemy/moldworm.c
@@ -6,8 +6,14 @@
*/
#include "collision.h"
#include "enemy.h"
-#include "functions.h"
+#include "sound.h"
+#include "effects.h"
+#include "physics.h"
#include "tiles.h"
+#include "room.h"
+#include "player.h"
+#include "asm.h"
+#include "color.h"
typedef struct {
/*0x00*/ Entity base;