mirror of
https://github.com/encounter/ss.git
synced 2026-03-30 11:38:52 -07:00
10 lines
130 B
C
10 lines
130 B
C
#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
|