diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-07 21:10:50 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-07 21:10:50 +0100 |
commit | 055ca804ebe27ea77f1c09079f119a0526426e70 (patch) | |
tree | 26955eeba11e10c3f5726a0eb23a602b867d37fa /game/coins/CoinPool.cpp | |
parent | e7ff8a9d0cff724520c4fb7a13b77e93797759cf (diff) |
fixed includes
Diffstat (limited to 'game/coins/CoinPool.cpp')
-rw-r--r-- | game/coins/CoinPool.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/game/coins/CoinPool.cpp b/game/coins/CoinPool.cpp index 439b3b3..1d2d0de 100644 --- a/game/coins/CoinPool.cpp +++ b/game/coins/CoinPool.cpp @@ -1,8 +1,5 @@ #include "CoinPool.h" -#include "CoinScript.h" #include "CoinSubScene.h" -#include "api/BehaviorScript.h" -#include "api/GameObject.h" using namespace crepe; using namespace std; |