Setup Vec2, Vec3, Vec4 and their initialization functions

This commit is contained in:
=
2016-01-19 17:41:23 -07:00
commit 44e573da16
5 changed files with 242 additions and 0 deletions

8
main.cpp Normal file
View File

@@ -0,0 +1,8 @@
#define HANDMADE_MATH_IMPLEMENTATION
#include "HandmadeMath.h"
int
main(int ArgC, char **ArgV)
{
}