aboutsummaryrefslogtreecommitdiff
path: root/src/gameScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h
index 112897c..bedee78 100644
--- a/src/gameScreen.h
+++ b/src/gameScreen.h
@@ -2,6 +2,7 @@
#include "gyroscope.h"
#include "radar.h"
#include "cameras.h"
+#include "stars.h"
#ifndef GAME_SCREEN_H
#define GAME_SCREEN_H
@@ -31,6 +32,8 @@ typedef struct GameScreen {
RenderTexture worldRender;
bool usingWorldRenderTexture;
+
+ Stars stars;
} GameScreen;
void initGameScreen(Game * game, GameScreen * gameScreen);