very bad collision(work in progress)

This commit is contained in:
swim67667
2026-06-22 01:41:15 -04:00
3 changed files with 24 additions and 0 deletions

View File

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