Input test.

This commit is contained in:
2025-06-08 17:36:13 -05:00
parent 5cc38e14d6
commit 2309fea9f3
17 changed files with 301 additions and 19 deletions

View File

@@ -19,4 +19,11 @@ typedef struct {
*
* @param ent Pointer to the player entity to initialize.
*/
void playerInit(entity_t *ent);
void playerInit(entity_t *ent);
/**
* Updates a player entity.
*
* @param ent Entity to update.
*/
void playerUpdate(entity_t *ent);