mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 23:05:01 +08:00
Removed extern.
This commit is contained in:
parent
957f5a539e
commit
8674909fab
@ -42,7 +42,7 @@ using std::vector;
|
||||
|
||||
namespace spine {
|
||||
|
||||
extern "C" static void callback (AnimationState* state, int trackIndex, EventType type, Event* event, int loopCount) {
|
||||
static void callback (AnimationState* state, int trackIndex, EventType type, Event* event, int loopCount) {
|
||||
((CCSkeletonAnimation*)state->context)->onAnimationStateEvent(trackIndex, type, event, loopCount);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user