aboutsummaryrefslogtreecommitdiff
path: root/src/gameScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameScreen.c')
-rw-r--r--src/gameScreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameScreen.c b/src/gameScreen.c
index 65b020c..b004215 100644
--- a/src/gameScreen.c
+++ b/src/gameScreen.c
@@ -2,6 +2,7 @@
#include "game.h"
#include "world.h"
#include "bullets.h"
+#include <raylib.h>
void drawCrossHair(float size, float thick, Color color) {
Vector3 center = (Vector3){GetScreenWidth() / 2.0, GetScreenHeight() / 2.0};