diff options
Diffstat (limited to 'include/player.h')
-rw-r--r-- | include/player.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/player.h b/include/player.h new file mode 100644 index 0000000..bcd3326 --- /dev/null +++ b/include/player.h @@ -0,0 +1,6 @@ +#include <raylib.h> +#include <raymath.h> +#include "game.h" + +void UpdatePlayer(Entity* player, float deltaTime); +void AddPlayer(float xpos, float ypos);
\ No newline at end of file |