diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 14:40:45 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 14:40:45 +0100 |
commit | e634f23fda2cea14aaa1b70b1e5e463eee9665a7 (patch) | |
tree | 4e71073df8d5e3e898c3c0e23c1cc8002375135f /game/Random.h | |
parent | 3b6081d03300d353434fd4f6e91237fc8f1a4390 (diff) | |
parent | 91366375a7b2a9be670e4842604512254a9c116e (diff) |
Merge branch 'master' of github.com:lonkaars/crepe into jaro/game
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); - }; - |