7 lines
76 B
C
7 lines
76 B
C
#ifndef PLAYER_H
|
|
#define PLAYER_H
|
|
|
|
void UpdatePlayerControls(void);
|
|
|
|
#endif
|