Merge pull request #884 from aismann/patch-5

Update HelloWorldScene.h
This commit is contained in:
一线灵|Deal 2022-10-02 21:49:01 +08:00 committed by GitHub
commit 6e23db3b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
#ifndef __HELLOWORLD_SCENE_H__
#define __HELLOWORLD_SCENE_H__
#include "cocos2d.h"
#include "axmol.h"
class HelloWorld : public axis::Scene
class HelloWorld : public ax::Scene
{
public:
virtual bool init() override;