removed old level and player data structures from the original game idea
[gbajam22] / src / gamescr.c
index b923a73..c422119 100644 (file)
@@ -6,11 +6,9 @@
 #include "util.h"
 #include "intr.h"
 #include "input.h"
-#include "player.h"
 #include "gba.h"
 #include "sprite.h"
 #include "debug.h"
-#include "level.h"
 #include "voxscape.h"
 #include "data.h"