From f98e6d4ea4ee52b298a7d9a9731da4c020bb4dfe Mon Sep 17 00:00:00 2001
From: nathansmithsmith <nathansmith7@mailfence.com>
Date: Fri, 18 Aug 2023 00:18:53 -0600
Subject: Some aim thingy

---
 src/gameScreen.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/gameScreen.c')

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};
-- 
cgit v1.2.3