mirror of https://github.com/axmolengine/axmol.git
Merge pull request #5200 from andyque/develop
change include header file Application.h to cocos2d.h
This commit is contained in:
commit
bd0558a66c
|
@ -9,7 +9,7 @@
|
|||
#ifndef _APP_DELEGATE_H_
|
||||
#define _APP_DELEGATE_H_
|
||||
|
||||
#include "CCApplication.h"
|
||||
#include "cocos2d.h"
|
||||
/**
|
||||
@brief The cocos2d Application.
|
||||
|
||||
|
|
Loading…
Reference in New Issue