123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- #ifndef __PLATFOMR_CCNS_H__
- #define __PLATFOMR_CCNS_H__
- #include "math/CCGeometry.h"
- NS_CC_BEGIN
- Rect CC_DLL RectFromString(const std::string& str);
- Vec2 CC_DLL PointFromString(const std::string& str);
- Size CC_DLL SizeFromString(const std::string& str);
- NS_CC_END
- #endif
|