mirror of https://github.com/axmolengine/axmol.git
Update HelloWorldScene.h
This commit is contained in:
parent
b249282234
commit
2d666a6b84
|
@ -26,9 +26,9 @@
|
||||||
#ifndef __HELLOWORLD_SCENE_H__
|
#ifndef __HELLOWORLD_SCENE_H__
|
||||||
#define __HELLOWORLD_SCENE_H__
|
#define __HELLOWORLD_SCENE_H__
|
||||||
|
|
||||||
#include "cocos2d.h"
|
#include "axmol.h"
|
||||||
|
|
||||||
class HelloWorld : public axis::Scene
|
class HelloWorld : public ax::Scene
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual bool init() override;
|
virtual bool init() override;
|
||||||
|
|
Loading…
Reference in New Issue