From e3eed807a9b391cd7e225b58efefd4206b0fe93c Mon Sep 17 00:00:00 2001 From: gradient Date: Wed, 18 Oct 2017 14:21:39 -0500 Subject: [PATCH] src/main.cpp: build hmm --- src/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index d00ac5c..4506d8e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,6 +11,11 @@ #include "state.h" #include "notify.h" +/// === NOTE: HMM IS FUCKY! MAKE SURE THIS STAYS BELOW THE ABOVE HEADERS === /// +#define HANDMADE_MATH_IMPLEMENTATION +#define HANDMADE_MATH_CPP_MODE +#include + #define CLEAR_COLOR 0.0, 0.0, 0.0, 1.0 static void glfw_error_callback(int error, const char* description) {