9 lines
159 B
C
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
|