CCMath.h 174 B

12345678910
  1. #ifndef __CC_MATH_H__
  2. #define __CC_MATH_H__
  3. #include "math/Vec2.h"
  4. #include "math/Vec3.h"
  5. #include "math/Vec4.h"
  6. #include "math/Mat4.h"
  7. #include "math/Quaternion.h"
  8. #endif