aboutsummaryrefslogtreecommitdiff
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 e1f318a..78eb873 100644
--- a/src/game.h
+++ b/src/game.h
@@ -5,6 +5,7 @@
#include "entity.h"
#include "assets.h"
#include "world.h"
+#include "settings.h"
#ifndef GAME_H
#define GAME_H
@@ -21,6 +22,7 @@ typedef struct Game {
Camera3D playerCamera;
Assets assets;
World world;
+ Settings settings;
} Game;
void initGame(Game * game);