aboutsummaryrefslogtreecommitdiff
path: root/game/Random.h
diff options
context:
space:
mode:
authorJaro <59013720+JaroWMR@users.noreply.github.com>2025-01-08 14:40:13 +0100
committerGitHub <noreply@github.com>2025-01-08 14:40:13 +0100
commit91366375a7b2a9be670e4842604512254a9c116e (patch)
tree537c2cfa54f338734c91e74f6db078dddd578a96 /game/Random.h
parentc9c9702edc58ff8f40b13dc6b86b216421f79e9b (diff)
parenta24d1563931a19332ff2935f8d5998c997a4f94e (diff)
Merge pull request #112 from lonkaars/max/game2
Max/game2
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);
-
};
-