From ec7456a43c4564a7af6a5912f28e8d6aa056d4d6 Mon Sep 17 00:00:00 2001 From: sunzhuoshi Date: Tue, 16 Jul 2013 16:19:20 +0800 Subject: [PATCH] Removed config macro for "spine" extension --- extensions/cocos-ext.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extensions/cocos-ext.h b/extensions/cocos-ext.h index b0c4818bb6..1958e4286b 100644 --- a/extensions/cocos-ext.h +++ b/extensions/cocos-ext.h @@ -46,10 +46,8 @@ #include "physics_nodes/CCPhysicsDebugNode.h" #include "physics_nodes/CCPhysicsSprite.h" #endif - -#if CC_ENABLE_SPINE_INTEGRATION + #include "spine/spine-cocos2dx.h" -#endif #include "Components/CCComAttribute.h" #include "Components/CCComAudio.h"