Update HelloWorldScene.h

This commit is contained in:
aismann 2022-10-02 13:09:56 +02:00 committed by GitHub
parent b249282234
commit 2d666a6b84
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;