issue #116, remove include "support/data_support/CCArray.h" in CCTMXLayer.h

This commit is contained in:
Walzer 2010-09-02 07:48:47 +00:00
parent 43a4664534
commit fea395cc79
2 changed files with 3 additions and 2 deletions

View File

@ -26,12 +26,12 @@ THE SOFTWARE.
#include "CCTMXObjectGroup.h"
#include "CCAtlasNode.h"
#include "CCSpriteSheet.h"
#include "support/data_support/ccArray.h"
namespace cocos2d {
class CCTMXMapInfo;
class CCTMXLayerInfo;
class CCTMXTilesetInfo;
struct _ccCArray;
/** CCTMXLayer represents the TMX layer.
@ -160,7 +160,7 @@ namespace cocos2d {
// used for optimization
CCSprite *m_pReusedTile;
ccCArray *m_pAtlasIndexArray;
_ccCArray *m_pAtlasIndexArray;
};
}// namespace cocos2d

View File

@ -27,6 +27,7 @@ THE SOFTWARE.
#include "CCSprite.h"
#include "CCTextureCache.h"
#include "CGPointExtension.h"
#include "support/data_support/ccArray.h"
namespace cocos2d {