aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game.h b/src/game.h
index 0524c25..d917d70 100644
--- a/src/game.h
+++ b/src/game.h
@@ -4,7 +4,6 @@
#include "player.h"
#include "world.h"
#include "entity.h"
-#include "ui.h"
#ifndef GAME_H
#define GAME_H
@@ -26,8 +25,7 @@ struct Game {
SceneId sceneId;
bool isCursorEnabled;
-
- WindowManager wm;
+ bool isCrossHairEnabled;
struct {
RenderTexture render;