From a5854e1346c96ade73ae1e69ee8b7a6c94c78b07 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Wed, 8 Jan 2025 13:21:21 +0100 Subject: Added coin animation --- game/Random.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'game/Random.h') 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); - }; - -- cgit v1.2.3