From 1fe9fa841c9f485b4404716cf4fb834f6a98fcc9 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 6 Nov 2025 04:30:38 -0700 Subject: Working on window manager --- src/game.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 5a0f4e8..3edb37a 100644 --- a/src/game.h +++ b/src/game.h @@ -4,7 +4,6 @@ #include "player.h" #include "world.h" #include "entity.h" -#include "messageArea.h" #ifndef GAME_H #define GAME_H @@ -23,7 +22,6 @@ struct Game { Player player; World world; Model skybox; - MessageArea messageArea; SceneId sceneId; bool isCursorEnabled; -- cgit v1.2.3