axmol/cocos/math/CCMath.h

11 lines
174 B
C
Raw Normal View History

2014-04-02 14:41:05 +08:00
#ifndef __CC_MATH_H__
#define __CC_MATH_H__
2014-04-02 12:09:51 +08:00
#include "math/Vec2.h"
#include "math/Vec3.h"
#include "math/Vec4.h"
#include "math/Mat4.h"
#include "math/Quaternion.h"
2014-04-02 12:09:51 +08:00
#endif