Files
ss/include/nw4r/math.h
T
2023-12-24 11:35:03 -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