From e3d80fbb561d43e53d8fd7bac49f46dbadfd291e Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 24 Nov 2025 02:49:11 -0700 Subject: Working on things and broke something This reverts commit fc72bf3d757340382ad8e422eb31e701577544f8. --- src/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index d917d70..a58d4c9 100644 --- a/src/game.h +++ b/src/game.h @@ -4,6 +4,7 @@ #include "player.h" #include "world.h" #include "entity.h" +#include "map.h" #ifndef GAME_H #define GAME_H @@ -22,6 +23,7 @@ struct Game { Player player; World world; Model skybox; + Map map; SceneId sceneId; bool isCursorEnabled; -- cgit v1.2.3