fixed #2252: Fixing a bug that stdio.h is in c++ namespace.

This commit is contained in:
James Chen 2013-06-04 15:05:27 +08:00
parent 1610854902
commit 1e04c4e743
1 changed files with 1 additions and 2 deletions

View File

@ -25,6 +25,7 @@
#include <spine/AnimationState.h>
#include <spine/extension.h>
#include <stdio.h>
namespace cocos2d { namespace extension {
@ -68,8 +69,6 @@ void AnimationState_dispose (AnimationState* self) {
FREE(self);
}
#include <stdio.h>
void AnimationState_addAnimation (AnimationState* self, Animation* animation, int/*bool*/loop, float delay) {
_Entry* existingEntry;
Animation* previousAnimation;