summaryrefslogtreecommitdiffstats
path: root/player.c
diff options
context:
space:
mode:
Diffstat (limited to 'player.c')
-rw-r--r--player.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player.c b/player.c
index f8195c0..9f4d531 100644
--- a/player.c
+++ b/player.c
@@ -2,8 +2,8 @@
#include <math.h>
#include <zoom/player.h>
#include <zoom/level.h>
-#include <zoom/collision.h>
-#include <zoom/math.h>
+#include <neofx/collision.h>
+#include <neofx/math.h>
int input = 0;
int falling = 0;