Skip to content

Commit

Permalink
Fix compile errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 29, 2024
1 parent f3cfe22 commit 3c48bf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2349,6 +2349,7 @@ if(USE_MIDDLEWARE)
cocos/editor-support/spine/spine.h
NO_WERROR cocos/editor-support/spine/SpineObject.cpp
cocos/editor-support/spine/SpineObject.h
cocos/editor-support/spine/SpineString.cpp
cocos/editor-support/spine/SpineString.h
NO_WERROR cocos/editor-support/spine/TextureLoader.cpp
cocos/editor-support/spine/TextureLoader.h
Expand Down
4 changes: 4 additions & 0 deletions native/tools/swig-config/spine.i
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ using namespace spine;
%ignore spine::TranslateTimeline::getRTTI;
%ignore spine::TwoColorTimeline::getRTTI;
%ignore spine::VertexAttachment::getRTTI;
%ignore spine::Interpolation::getRTTI;
%ignore spine::VertexEffect::getRTTI;
%ignore spine::ConstraintData::getRTTI;

%ignore spine::SkeletonDataMgr::destroyInstance;
%ignore spine::SkeletonDataMgr::hasSkeletonData;
%ignore spine::SkeletonDataMgr::setSkeletonData;
Expand Down

0 comments on commit 3c48bf6

Please sign in to comment.