summaryrefslogtreecommitdiffhomepage
path: root/GameScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'GameScreen.h')
-rw-r--r--GameScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GameScreen.h b/GameScreen.h
index 144bd82..11d5b73 100644
--- a/GameScreen.h
+++ b/GameScreen.h
@@ -2,7 +2,7 @@
#include <raylib.h>
-#include "Bullets.h"
+#include "ConstantVelocity.h"
#include "ExampleGenerator.h"
#include "Player.h"
#include "Screen.h"