diff options
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" |
