diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2026-01-08 13:03:22 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@keyfried.com> | 2026-01-08 13:03:22 +0100 |
| commit | 6fcf603d486d6eaa547ff122564ecd729b3d89ae (patch) | |
| tree | ae133c833ac556dbada3f22ba77c6786202b9caa /code/handmade.h | |
| parent | fb74a3437d65d9de5207621b502230ee73c7b401 (diff) | |
Fixed build script
Diffstat (limited to 'code/handmade.h')
| -rw-r--r-- | code/handmade.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/code/handmade.h b/code/handmade.h index b59ae8c..b8e4616 100644 --- a/code/handmade.h +++ b/code/handmade.h @@ -1,9 +1,12 @@ #if !defined(HANDMADE_H) +#include "handmade_platform.h" + //~ Libraries +PUSH_WARNINGS #define STB_TRUETYPE_IMPLEMENTATION #include "libs/stb_truetype.h" -#include "handmade_platform.h" +POP_WARNINGS #include "handmade_intrinsics.h" #include "handmade_math.h" |
