From f2028cd4def82f5f6a52392ff011f6d0fa4aa315 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Tue, 7 Jan 2025 22:07:32 +0100 Subject: correct naming --- game/coins/CoinPoolSubScene.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 game/coins/CoinPoolSubScene.h (limited to 'game/coins/CoinPoolSubScene.h') diff --git a/game/coins/CoinPoolSubScene.h b/game/coins/CoinPoolSubScene.h new file mode 100644 index 0000000..7360051 --- /dev/null +++ b/game/coins/CoinPoolSubScene.h @@ -0,0 +1,11 @@ +#pragma once + +#include + +class CoinPoolSubScene { +public: + void create_coins(crepe::Scene & scn); +private: + static constexpr int MAXIMUM_AMOUNT = 100; +}; + -- cgit v1.2.3