From 36dc1f859a13e428c441fc8f4f35550fe12ed72f Mon Sep 17 00:00:00 2001 From: nasr Date: Sun, 19 Apr 2026 18:38:22 +0200 Subject: feature(base): refactored the base library. removed some files etc and did stuff --- source/base/base_rand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/base/base_rand.h') diff --git a/source/base/base_rand.h b/source/base/base_rand.h index bfdab0f..5a8668c 100644 --- a/source/base/base_rand.h +++ b/source/base/base_rand.h @@ -8,7 +8,8 @@ #endif /* BASE_RAND_H */ -#ifdef BASE_RAND_IMPLEMENTATION +#ifdef BASE_IMPLEMENTATION + internal u64 generate_random_u64(u64 constant) { -- cgit v1.3