aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-06 11:30:38 +0000
committernathan <nathansmith@disroot.org>2025-11-06 11:30:38 +0000
commit1fe9fa841c9f485b4404716cf4fb834f6a98fcc9 (patch)
tree1a505a7549af5e17c3b077b5a8bbe2e98fc33889 /src/game.h
parent6fea2be59237f6d43c45dbda95f62346779b21e6 (diff)
downloadFindThings-1fe9fa841c9f485b4404716cf4fb834f6a98fcc9.tar.gz
FindThings-1fe9fa841c9f485b4404716cf4fb834f6a98fcc9.tar.bz2
FindThings-1fe9fa841c9f485b4404716cf4fb834f6a98fcc9.zip
Working on window manager
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 0 insertions, 2 deletions
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;