add primitive head file to cocos2d.h

This commit is contained in:
Huabing.Xu 2014-08-20 14:48:50 +08:00
parent 22db2abcaf
commit b5e5e2d8d5
1 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,10 @@ THE SOFTWARE.
#include "renderer/ccShaders.h"
#include "renderer/CCTexture2D.h"
#include "renderer/CCTextureCache.h"
#include "renderer/CCVertexIndexBuffer.h"
#include "renderer/CCVertexIndexData.h"
#include "renderer/CCPrimitive.h"
#include "renderer/CCPrimitiveCommand.h"
// physics
#include "physics/CCPhysicsBody.h"