diff --git a/src/player.h b/src/player.h index 5d9943f..1a47ee1 100644 --- a/src/player.h +++ b/src/player.h @@ -3,8 +3,6 @@ // FUNction declaration! yay!!! // run by main.c constantly to allow player input. -extern bool dir; -extern float curhorvel; void UpdatePlayerControls(void); #endif diff --git a/wrldbox b/wrldbox deleted file mode 100755 index ac2facf..0000000 Binary files a/wrldbox and /dev/null differ