diff options
Diffstat (limited to 'src/rand_sys.h')
| -rw-r--r-- | src/rand_sys.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/rand_sys.h b/src/rand_sys.h deleted file mode 100644 index 75198a0..0000000 --- a/src/rand_sys.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "config.h" - -// Based on mattiasgustavsson's rnd.h header - -void rand_seed(void); - -u32 rand_u32(void); - -int rand_range(i32 min, i32 max);
\ No newline at end of file |
