idk what I coded

This commit is contained in:
2024-10-06 01:30:45 -05:00
parent b7829fda5c
commit 40b0395552
7 changed files with 41 additions and 7 deletions

View File

@ -12,6 +12,7 @@
#include "input.h"
#include "assert/assert.h"
#include "ui/textbox.h"
#include "game.h"
void playerInit(entity_t *entity) {
assertTrue(entity->type == ENTITY_TYPE_PLAYER, "Entity is not a player.");