axmol/cocos/math/CCMath.h

11 lines
149 B
C

#ifndef __CC_MATH_H__
#define __CC_MATH_H__
#include "Vec2.h"
#include "Vec3.h"
#include "Vec4.h"
#include "Mat4.h"
#include "Quaternion.h"
#endif