diff options
author | Jaro <59013720+JaroWMR@users.noreply.github.com> | 2025-01-08 14:40:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 14:40:13 +0100 |
commit | 91366375a7b2a9be670e4842604512254a9c116e (patch) | |
tree | 537c2cfa54f338734c91e74f6db078dddd578a96 /game/Random.h | |
parent | c9c9702edc58ff8f40b13dc6b86b216421f79e9b (diff) | |
parent | a24d1563931a19332ff2935f8d5998c997a4f94e (diff) |
Merge pull request #112 from lonkaars/max/game2
Max/game2
Diffstat (limited to 'game/Random.h')
-rw-r--r-- | game/Random.h | 2 |
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); - }; - |