aboutsummaryrefslogtreecommitdiff
path: root/src/gameScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h
index 9e0f99a..f12b8ea 100644
--- a/src/gameScreen.h
+++ b/src/gameScreen.h
@@ -1,6 +1,7 @@
#include "gameCommon.h"
#include "gyroscope.h"
#include "radar.h"
+#include "cameras.h"
#ifndef GAME_SCREEN_H
#define GAME_SCREEN_H
@@ -12,6 +13,7 @@ typedef struct GameScreen {
Vector2 infoText;
Gyroscope gyroscope;
Radar radar;
+ CameraId mainCamera;
} GameScreen;
void initGameScreen(GameScreen * gameScreen);