Ensure linux terminal is still working
This commit is contained in:
@ -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(
|
||||
|
@ -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.");
|
||||
|
Reference in New Issue
Block a user