1 2 3 4 5 6 7 8 9
#ifndef M_MATH_H #define M_MATH_H #include "m/m_vec.h" #include "m/m_angle.h" #include "m/m_mtx.h" #include "m/m_quat.h" #endif