bugfixing
Some checks failed
Build Project / build (push) Has been cancelled

This commit is contained in:
swim67667
2026-06-24 00:31:07 -04:00
parent 3adef4de7b
commit b7fef7bee3
2 changed files with 0 additions and 2 deletions

View File

@@ -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