|
@@ -34,7 +34,9 @@
|
|
|
|
|
|
#include <spine/AtlasAttachmentLoader.h>
|
|
#include <spine/AtlasAttachmentLoader.h>
|
|
|
|
|
|
|
|
+#ifdef __cplusplus
|
|
extern "C" {
|
|
extern "C" {
|
|
|
|
+#endif
|
|
|
|
|
|
typedef struct Cocos2dAttachmentLoader {
|
|
typedef struct Cocos2dAttachmentLoader {
|
|
spAttachmentLoader super;
|
|
spAttachmentLoader super;
|
|
@@ -43,6 +45,8 @@ typedef struct Cocos2dAttachmentLoader {
|
|
|
|
|
|
Cocos2dAttachmentLoader* Cocos2dAttachmentLoader_create (spAtlas* atlas);
|
|
Cocos2dAttachmentLoader* Cocos2dAttachmentLoader_create (spAtlas* atlas);
|
|
|
|
|
|
|
|
+#ifdef __cplusplus
|
|
}
|
|
}
|
|
|
|
+#endif
|
|
|
|
|
|
#endif /* SPINE_COCOS2DATTACHMENTLOADER_H_ */
|
|
#endif /* SPINE_COCOS2DATTACHMENTLOADER_H_ */
|