11 lines
307 B
C
11 lines
307 B
C
#ifndef HGL_ALGORITHM_MATH_INCLUDE
|
|
#define HGL_ALGORITHM_MATH_INCLUDE
|
|
|
|
#include<hgl/math/PrimaryMathematics.h>
|
|
#include<hgl/math/FastTriangle.h>
|
|
#include<hgl/math/Area.h>
|
|
#include<hgl/math/Vector.h> // Game Math and Geometry Library
|
|
#include<hgl/math/Matrix.h>
|
|
|
|
#endif//HGL_ALGORITHM_MATH_INCLUDE
|