Ensure linux terminal is still working

This commit is contained in:
2024-10-06 16:43:54 -05:00
parent 45b3cf9478
commit 5444b0b8c7
15 changed files with 58 additions and 21 deletions

View File

@ -9,7 +9,7 @@
#include "entitydirection.h"
#include "rpg/world/map.h"
#include "assert/assert.h"
#include "time.h"
#include "game/time.h"
#include "ui/textbox.h"
void entityInit(

View File

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