aboutsummaryrefslogtreecommitdiff
path: root/game/hud/HudScript.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-08 09:03:30 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-08 09:03:30 +0100
commit93aa94921e027e05d7cb9908305af225c64b1ff2 (patch)
tree8beacc3b049a7150aa2cb5af501b158d11158a9e /game/hud/HudScript.h
parent1a61140ab5be8ede0aa19644cd29fb6770261f91 (diff)
Make format
Diffstat (limited to 'game/hud/HudScript.h')
-rw-r--r--game/hud/HudScript.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/hud/HudScript.h b/game/hud/HudScript.h
index 5b9ec17..2b789db 100644
--- a/game/hud/HudScript.h
+++ b/game/hud/HudScript.h
@@ -15,8 +15,9 @@ public:
bool get_coin(const GetCoinEvent e);
bool toggle_fps(crepe::KeyPressEvent ev);
bool save();
+
private:
- crepe::SaveManager* savemgr;
+ crepe::SaveManager * savemgr;
bool show_fps = false;
int coin_amount = 0;
std::string coin_amount_st = "";