summaryrefslogtreecommitdiff
path: root/src/enemy/flyingSkull.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/flyingSkull.c')
-rw-r--r--src/enemy/flyingSkull.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/enemy/flyingSkull.c b/src/enemy/flyingSkull.c
index 2366f56d..b9e2f8fa 100644
--- a/src/enemy/flyingSkull.c
+++ b/src/enemy/flyingSkull.c
@@ -4,12 +4,17 @@
*
* @brief Flying Skull enemy
*/
+#include "object/pot.h"
#include "collision.h"
#include "enemy.h"
+#include "effects.h"
#include "entity.h"
-#include "functions.h"
+#include "physics.h"
#include "hitbox.h"
#include "tiles.h"
+#include "room.h"
+#include "player.h"
+#include "asm.h"
typedef struct {
Entity base;