mirror of https://github.com/axmolengine/axmol.git
fixed #1419: Update cocos2d.h.
This commit is contained in:
parent
086e63103d
commit
ed69b62461
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue