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