Browse Source

src/main.cpp: build hmm

master
gradient 8 years ago
parent
commit
e3eed807a9
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/main.cpp

+ 5
- 0
src/main.cpp View File

@ -11,6 +11,11 @@
#include "state.h" #include "state.h"
#include "notify.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 <HandmadeMath.h>
#define CLEAR_COLOR 0.0, 0.0, 0.0, 1.0 #define CLEAR_COLOR 0.0, 0.0, 0.0, 1.0
static void glfw_error_callback(int error, const char* description) { static void glfw_error_callback(int error, const char* description) {


Loading…
Cancel
Save