Files
WrldBox/src/player.h

7 lines
76 B
C

#ifndef PLAYER_H
#define PLAYER_H
void UpdatePlayerControls(void);
#endif