WIP docs: commenting in player.c/player.h and README updates

This commit is contained in:
2026-06-16 13:23:01 -04:00
parent 944c6c8da4
commit 1e597beeee
4 changed files with 14 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
#ifndef PLAYER_H
#define PLAYER_H
// FUNction declaration! yay!!!
// run by main.c constantly to allow player input.
void UpdatePlayerControls(void);
#endif