mirror of https://github.com/axmolengine/axmol.git
add missing head
This commit is contained in:
parent
be0c8cb1e8
commit
2c6665ac3b
|
@ -25,6 +25,8 @@ THE SOFTWARE.
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "CCSpriteBatchNode.h"
|
#include "CCSpriteBatchNode.h"
|
||||||
|
#include <string.h>
|
||||||
|
#include <algorithm>
|
||||||
#include "CCAnimation.h"
|
#include "CCAnimation.h"
|
||||||
#include "CCAnimationCache.h"
|
#include "CCAnimationCache.h"
|
||||||
#include "ccConfig.h"
|
#include "ccConfig.h"
|
||||||
|
@ -44,7 +46,7 @@ THE SOFTWARE.
|
||||||
#include "support/CCProfiling.h"
|
#include "support/CCProfiling.h"
|
||||||
// external
|
// external
|
||||||
#include "kazmath/GL/matrix.h"
|
#include "kazmath/GL/matrix.h"
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue