diff options
| author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-28 19:34:07 +0100 |
|---|---|---|
| committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-28 19:34:07 +0100 |
| commit | 9afadbd2b2d2c5ec730154a426e83722e4c3da32 (patch) | |
| tree | 8f986a805101f9387d1b3c4ebfa42573cd924df3 /game/coins/CoinSystem.cpp | |
| parent | fb096afbdf3d24f5b9f31626ddf8581033346f88 (diff) | |
renamed file
Diffstat (limited to 'game/coins/CoinSystem.cpp')
| -rw-r--r-- | game/coins/CoinSystem.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/game/coins/CoinSystem.cpp b/game/coins/CoinSystem.cpp deleted file mode 100644 index 60d558b..0000000 --- a/game/coins/CoinSystem.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "CoinSystem.h" -#include "CoinSubScene.h" - -using namespace crepe; -using namespace std; - -void CoinSystem::create_coins(crepe::Scene & scn) { - CoinSubScene coin; - while(coin.create(scn) < this->MAXIMUM_AMOUNT); -} |