diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-16 22:00:14 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-16 22:00:14 +0200 |
| commit | 13d9e4df0f4555079d16313a54c6035e22d575a6 (patch) | |
| tree | a0a80aedf61a892bf90daf02690de9335e6fc7a8 /source/base/base_include.h | |
| parent | 8ea6a3c8621287d11296b8300029f32a27743d9a (diff) | |
feature(base): attempt at generating a random number
Diffstat (limited to 'source/base/base_include.h')
| -rwxr-xr-x | source/base/base_include.h | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/source/base/base_include.h b/source/base/base_include.h index 55ef0db..e70ccf2 100755 --- a/source/base/base_include.h +++ b/source/base/base_include.h | |||
| @@ -19,26 +19,19 @@ | |||
| 19 | #include "base_arena.h" | 19 | #include "base_arena.h" |
| 20 | #include "base_stack.h" | 20 | #include "base_stack.h" |
| 21 | 21 | ||
| 22 | #include "base_string.h" | 22 | #ifdef BASE_IMPLEMENTATION |
| 23 | #include "base_string.c" | 23 | #include "base_arena.c" |
| 24 | 24 | #endif | |
| 25 | #ifdef BASE_PLATFORM | ||
| 26 | #include <X11/X.h> | ||
| 27 | #include <X11/Xlib.h> | ||
| 28 | #include <X11/keysym.h> | ||
| 29 | 25 | ||
| 30 | #include "base_platform.h" | ||
| 31 | 26 | ||
| 32 | #endif | 27 | #include "base_string.h" |
| 28 | #include "base_string.c" | ||
| 33 | 29 | ||
| 34 | #include "base_error.h" | ||
| 35 | #include "base_os.h" | 30 | #include "base_os.h" |
| 31 | #include "base_error.h" | ||
| 36 | 32 | ||
| 37 | #include "base_rand.h" | 33 | #include "base_rand.h" |
| 38 | 34 | ||
| 39 | #ifdef BASE_IMPLEMENTATION | ||
| 40 | #include "base_arena.c" | ||
| 41 | #endif | ||
| 42 | 35 | ||
| 43 | 36 | ||
| 44 | #endif | 37 | #endif |
