mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
cec09ad023
* g3d Headers * initial g3d source files -- NOT YET FIXED * change ResFile static_cast to explicit ctor
10 lines
212 B
C
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
|