diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-18 00:18:53 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-18 00:18:53 -0600 |
commit | f98e6d4ea4ee52b298a7d9a9731da4c020bb4dfe (patch) | |
tree | fdb76e94e4d00cbe2ab652a9f65d6afaad779552 /src/gameScreen.c | |
parent | 87b86d92c27a6fb83d0d09365a36d8a98ba0b24b (diff) |
Some aim thingy
Diffstat (limited to 'src/gameScreen.c')
-rw-r--r-- | src/gameScreen.c | 1 |
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}; |