aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
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;