summaryrefslogtreecommitdiff
path: root/src/object/fileScreenObjects.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/fileScreenObjects.c')
-rw-r--r--src/object/fileScreenObjects.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/object/fileScreenObjects.c b/src/object/fileScreenObjects.c
index 3b01e789..ab8a1c1f 100644
--- a/src/object/fileScreenObjects.c
+++ b/src/object/fileScreenObjects.c
@@ -5,11 +5,15 @@
* @brief File Screen Objects object
*/
#include "fileselect.h"
-#include "functions.h"
#include "main.h"
#include "menu.h"
#include "object.h"
+#include "asm.h"
+#include "common.h"
+#include "flags.h"
+#include "physics.h"
#include "player.h"
+#include "gfx.h"
typedef struct {
/*0x00*/ Entity base;