fixed weird text added in

This commit is contained in:
swim67667
2026-06-22 01:46:21 -04:00
parent 21bd0c204e
commit 51b15daf2c
3 changed files with 0 additions and 24 deletions

View File

@@ -3,11 +3,8 @@
// FUNction declaration! yay!!!
// run by main.c constantly to allow player input.
<<<<<<< HEAD
extern bool dir;
extern float curhorvel;
=======
>>>>>>> dff3a5d2c4b8cd3d6d86ab9792e394cd0d27a619
void UpdatePlayerControls(void);
#endif