From 6fcf603d486d6eaa547ff122564ecd729b3d89ae Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 8 Jan 2026 13:03:22 +0100 Subject: Fixed build script --- code/handmade.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'code/handmade.h') 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" -- cgit v1.2.3-70-g09d2