@@ -1,17 +0,0 @@
#include <conio.h>
#define HANDMADE_MATH_IMPLEMENTATION
#include "HandmadeMath.h"
int
main(int ArgC, char **ArgV)
{
vec2 VectorOne = V2(6.0f, 8.0f);
vec2 VectorTwo = V2(3.0f, 2.0f);
vec2 Result = DivideV2(VectorOne, VectorTwo);
_getch();
return(0);
}
The note is not visible to the blocked user.