背景和头像缺失
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef __HELLOWORLD_SCENE_H__
|
||||
#define __HELLOWORLD_SCENE_H__
|
||||
|
||||
#include "cocos2d.h"
|
||||
|
||||
class HelloWorld : public cocos2d::Layer
|
||||
{
|
||||
public:
|
||||
static cocos2d::Scene* createScene();
|
||||
|
||||
virtual bool init();
|
||||
|
||||
// a selector callback
|
||||
void menuCloseCallback(cocos2d::Ref* pSender);
|
||||
|
||||
// implement the "static create()" method manually
|
||||
CREATE_FUNC(HelloWorld);
|
||||
};
|
||||
|
||||
#endif // __HELLOWORLD_SCENE_H__
|
||||
Reference in New Issue
Block a user