Removed extern.

This commit is contained in:
NathanSweet 2013-09-27 08:47:46 +02:00
parent 957f5a539e
commit 8674909fab

View File

@ -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);
}