From 93aa94921e027e05d7cb9908305af225c64b1ff2 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Wed, 8 Jan 2025 09:03:30 +0100 Subject: Make format --- game/coins/CoinPoolSubScene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/coins/CoinPoolSubScene.h') diff --git a/game/coins/CoinPoolSubScene.h b/game/coins/CoinPoolSubScene.h index 7360051..07626d6 100644 --- a/game/coins/CoinPoolSubScene.h +++ b/game/coins/CoinPoolSubScene.h @@ -5,7 +5,7 @@ class CoinPoolSubScene { public: void create_coins(crepe::Scene & scn); + private: static constexpr int MAXIMUM_AMOUNT = 100; }; - -- cgit v1.2.3