File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ namespace cocos2d
39
39
@return A Core Graphics structure that represents a rectangle.
40
40
If the string is not well-formed, the function returns CCRectZero.
41
41
*/
42
- CCRect CCRectFromString (const char * pszContent);
42
+ CCRect CC_DLL CCRectFromString (const char * pszContent);
43
43
44
44
/* *
45
45
@brief Returns a Core Graphics point structure corresponding to the data in a given string.
@@ -51,7 +51,7 @@ namespace cocos2d
51
51
@return A Core Graphics structure that represents a point.
52
52
If the string is not well-formed, the function returns CCPointZero.
53
53
*/
54
- CCPoint CCPointFromString (const char * pszContent);
54
+ CCPoint CC_DLL CCPointFromString (const char * pszContent);
55
55
56
56
/* *
57
57
@brief Returns a Core Graphics size structure corresponding to the data in a given string.
@@ -63,7 +63,7 @@ namespace cocos2d
63
63
@return A Core Graphics structure that represents a size.
64
64
If the string is not well-formed, the function returns CCSizeZero.
65
65
*/
66
- CCSize CCSizeFromString (const char * pszContent);
66
+ CCSize CC_DLL CCSizeFromString (const char * pszContent);
67
67
}
68
68
69
69
#endif // __PLATFOMR_CCNS_H__
You can’t perform that action at this time.
0 commit comments