Added documentation and fixed HINLINE spelling error.

This commit is contained in:
Zak Strange
2016-03-12 10:51:03 -07:00
parent 8ee6f8a20d
commit e5ba943f38
2 changed files with 45 additions and 11 deletions

9
main.c
View File

@@ -1,15 +1,6 @@
/*
HANDMADE_MATH_IMPLEMENTATION:
This is for the implementation you want this.
HANDMADE_MATH_CPP_MODE:
This will give the function overloaded and operator overloaded version of the functions
*/
#include <conio.h>
#define HANDMADE_MATH_IMPLEMENTATION
#define HANDMADE_MATH_CPP_MODE
#include "HandmadeMath.h"