diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-06 11:30:38 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-06 11:30:38 +0000 |
| commit | 1fe9fa841c9f485b4404716cf4fb834f6a98fcc9 (patch) | |
| tree | 1a505a7549af5e17c3b077b5a8bbe2e98fc33889 /src/game.h | |
| parent | 6fea2be59237f6d43c45dbda95f62346779b21e6 (diff) | |
| download | FindThings-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |
