summaryrefslogtreecommitdiff
path: root/src/object/beanstalk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/beanstalk.c')
-rw-r--r--src/object/beanstalk.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/object/beanstalk.c b/src/object/beanstalk.c
index e445d415..b0815ad0 100644
--- a/src/object/beanstalk.c
+++ b/src/object/beanstalk.c
@@ -4,9 +4,15 @@
*
* @brief Beanstalk object
*/
-#include "functions.h"
#include "object.h"
+#include "asm.h"
+#include "sound.h"
+#include "flags.h"
+#include "room.h"
+#include "player.h"
#include "tiles.h"
+#include "vram.h"
+#include "map.h"
typedef struct {
/*0x00*/ Entity base;