fixed #1419: Update cocos2d.h.

This commit is contained in:
James Chen 2012-08-03 11:16:34 +08:00
parent 086e63103d
commit ed69b62461
1 changed files with 17 additions and 16 deletions

View File

@ -185,6 +185,7 @@ THE SOFTWARE.
#include "sprite_nodes/CCSpriteFrameCache.h"
// support
#include "support/CCNotificationCenter.h"
#include "support/CCPointExtension.h"
#include "support/CCProfiling.h"
#include "support/CCUserDefault.h"
@ -201,7 +202,7 @@ THE SOFTWARE.
#include "textures/CCTextureCache.h"
#include "textures/CCTexturePVR.h"
// tileMap_parallax_nodes
// tilemap_parallax_nodes
#include "tilemap_parallax_nodes/CCParallaxNode.h"
#include "tilemap_parallax_nodes/CCTMXLayer.h"
#include "tilemap_parallax_nodes/CCTMXObjectGroup.h"