diff options
author | Aki <please@ignore.pl> | 2022-04-18 11:05:24 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-04-18 11:05:24 +0200 |
commit | 2773854a3e749512826fa8b71b77e754be79836f (patch) | |
tree | df3771aae7025eae7505c53eebb36d5b3ff56f01 /GameScreen.h | |
parent | f0891205710c2d5c9b78a9d275de88a77c2ccda3 (diff) | |
download | bullethell2022-2773854a3e749512826fa8b71b77e754be79836f.zip bullethell2022-2773854a3e749512826fa8b71b77e754be79836f.tar.gz bullethell2022-2773854a3e749512826fa8b71b77e754be79836f.tar.bz2 |
Renamed bullets header to simply ConstantVelocity
Diffstat (limited to 'GameScreen.h')
-rw-r--r-- | GameScreen.h | 2 |
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" |