Files
Elijah Thomas cec09ad023 g3d initial pullover (#115)
* g3d Headers

* initial g3d source files -- NOT YET FIXED

* change ResFile static_cast to explicit ctor
2025-02-09 12:40:41 -05:00

10 lines
212 B
C

#ifndef NW4R_PUBLIC_MATH_H
#define NW4R_PUBLIC_MATH_H
#include <nw4r/math/math_arithmetic.h>
#include <nw4r/math/math_geometry.h>
#include <nw4r/math/math_triangular.h>
#include <nw4r/math/math_types.h>
#endif