Files
wnmj-normal/cocos2d/cocos/math/CCMath.h

11 lines
149 B
C
Raw Normal View History

2026-03-03 13:56:44 +08:00
#ifndef __CC_MATH_H__
#define __CC_MATH_H__
#include "Vec2.h"
#include "Vec3.h"
#include "Vec4.h"
#include "Mat4.h"
#include "Quaternion.h"
#endif