From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- src/rand_sys.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/rand_sys.h (limited to 'src/rand_sys.h') 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 -- cgit v1.2.3