aboutsummaryrefslogtreecommitdiff
path: root/game/Random.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-08 13:21:21 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-08 13:21:21 +0100
commita5854e1346c96ade73ae1e69ee8b7a6c94c78b07 (patch)
tree6884f06ed672323adb7bc0e49ee98243817d62e3 /game/Random.h
parent2e65d249e04e1450a4c45a4fb5d48213a75cf3e0 (diff)
Added coin animation
Diffstat (limited to 'game/Random.h')
-rw-r--r--game/Random.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/game/Random.h b/game/Random.h
index cf05e87..8af9669 100644
--- a/game/Random.h
+++ b/game/Random.h
@@ -6,6 +6,4 @@ public:
static double d(double upper = 1.0, double lower = 0.0);
static int i(int upper, int lower = 0);
static unsigned u(unsigned upper, unsigned lower = 0);
-
};
-