NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
math.h
1#ifndef NW4R_PUBLIC_MATH_H
2#define NW4R_PUBLIC_MATH_H
3
4#include <nw4r/math/math_arithmetic.h>
5#include <nw4r/math/math_geometry.h>
6#include <nw4r/math/math_triangular.h>
7#include <nw4r/math/math_types.h>
8
9#endif