Files
WrldBox/src/player.h
swim67667 b7fef7bee3
Some checks failed
Build Project / build (push) Has been cancelled
bugfixing
2026-06-24 00:31:07 -04:00

9 lines
159 B
C

#ifndef PLAYER_H
#define PLAYER_H
// FUNction declaration! yay!!!
// run by main.c constantly to allow player input.
void UpdatePlayerControls(void);
#endif