summaryrefslogtreecommitdiff
path: root/src/object/paper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/paper.c')
-rw-r--r--src/object/paper.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/paper.c b/src/object/paper.c
index eb2af45d..05529683 100644
--- a/src/object/paper.c
+++ b/src/object/paper.c
@@ -4,9 +4,11 @@
*
* @brief Paper object
*/
-#include "functions.h"
#include "map.h"
#include "object.h"
+#include "asm.h"
+#include "room.h"
+#include "player.h"
#include "tiles.h"
void Paper_Init(Entity*);