axmol/cocos/math/CCMath.h

10 lines
159 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 "Vector2.h"
#include "Vector3.h"
#include "Vector4.h"
#include "Matrix.h"
#include "Quaternion.h"
#endif