Files
wnmj/cocos2d/cocos/math/CCMath.h
2026-03-01 13:51:43 +08:00

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