From edda79c703d8a2a808ec92d5e04a9e9c4b48cc74 Mon Sep 17 00:00:00 2001 From: sunzhuoshi Date: Wed, 12 Jun 2013 14:12:43 +0800 Subject: [PATCH] Added config macro for "spine" extension --- extensions/cocos-ext.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/cocos-ext.h b/extensions/cocos-ext.h index 8d6171d9c9..dabd1a92c8 100644 --- a/extensions/cocos-ext.h +++ b/extensions/cocos-ext.h @@ -63,7 +63,9 @@ #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"