From 4ba946c3851bb40bd2e387a828bc536ee1e0f486 Mon Sep 17 00:00:00 2001 From: JANUZI Rinor <rinor.januzi7@etu.univ-lorraine.fr> Date: Sun, 8 Jan 2023 22:52:36 +0000 Subject: [PATCH] Replace game.h --- game.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/game.h b/game.h index 2ffd43b..af058a2 100644 --- a/game.h +++ b/game.h @@ -1,13 +1,11 @@ #ifndef GAME_H #define GAME_H + #include "mobile.h" -#include "stack.h" -struct Stack; -typedef struct Game +typedef struct { Mobile *player; - struct Stack *locationStack; } Game; extern Game *GameInit(); -- GitLab