aboutsummaryrefslogtreecommitdiff
path: root/game/Random.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/Random.h')
-rw-r--r--game/Random.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/game/Random.h b/game/Random.h
index 0f0f79b..94f98d2 100644
--- a/game/Random.h
+++ b/game/Random.h
@@ -7,5 +7,4 @@ public:
static int i(int upper, int lower = 0);
static unsigned u(unsigned upper, unsigned lower = 0);
static bool b();
-
};