summaryrefslogtreecommitdiff
path: root/src/object/macroPlayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/macroPlayer.c')
-rw-r--r--src/object/macroPlayer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object/macroPlayer.c b/src/object/macroPlayer.c
index a313729b..270e648f 100644
--- a/src/object/macroPlayer.c
+++ b/src/object/macroPlayer.c
@@ -8,8 +8,11 @@
#include "entity.h"
#include "functions.h"
#include "object.h"
+#include "asm.h"
#include "physics.h"
#include "player.h"
+#include "beanstalkSubtask.h"
+#include "color.h"
typedef struct {
Entity base;