mirror of https://github.com/axmolengine/axmol.git
fixed ui header file include problem
This commit is contained in:
parent
b7cd118d52
commit
d1df19794a
|
@ -25,7 +25,6 @@
|
||||||
#ifndef __TestCpp__GUIDefine__
|
#ifndef __TestCpp__GUIDefine__
|
||||||
#define __TestCpp__GUIDefine__
|
#define __TestCpp__GUIDefine__
|
||||||
|
|
||||||
#include "cocos2d.h"
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "cocostudio/ObjectFactory.h"
|
#include "cocostudio/ObjectFactory.h"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "CocosGUI.h"
|
#include "ui/UIHelper.h"
|
||||||
|
#include "ui/UIWidget.h"
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,14 @@ THE SOFTWARE.
|
||||||
#ifndef __UIHELPER_H__
|
#ifndef __UIHELPER_H__
|
||||||
#define __UIHELPER_H__
|
#define __UIHELPER_H__
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include "base/CCPlatformMacros.h"
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
namespace ui {
|
namespace ui {
|
||||||
|
|
||||||
|
class Widget;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @js NA
|
* @js NA
|
||||||
|
|
Loading…
Reference in New Issue