diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2025-01-10 14:43:07 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2025-01-10 14:43:07 +0100 |
commit | 938b6a7bb62459e8308320280d15ccaf1b8af0ac (patch) | |
tree | b7d6ae529a2df663c31c9e69f44a5c824b0c840a /game/missile/SpawnEvent.cpp | |
parent | 52c838538d2271134a2c5a128074ea9c2ed1d4a3 (diff) |
adjsuted includes so that it has <> and not
Diffstat (limited to 'game/missile/SpawnEvent.cpp')
-rw-r--r-- | game/missile/SpawnEvent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/missile/SpawnEvent.cpp b/game/missile/SpawnEvent.cpp index c407832..a54d0a5 100644 --- a/game/missile/SpawnEvent.cpp +++ b/game/missile/SpawnEvent.cpp @@ -1,8 +1,8 @@ #include "SpawnEvent.h" -#include "Config.h" #include "Random.h" -#include "api/CircleCollider.h" + +#include <crepe/api/CircleCollider.h> #include <crepe/api/Animator.h> #include <crepe/api/AudioSource.h> #include <crepe/api/BehaviorScript.h> |