摘要: ``` // // TestMenu.hpp // mario // // Created by sun on 15/12/22. // // #ifndef TestMenu_hpp #define TestMenu_hpp #include #include "cocos2d.h" USING_NS_CC; using namespace std; class TestMenu :... 阅读全文
posted @ 2015-12-22 22:32 yufenghou 阅读(175) 评论(0) 推荐(0)
摘要: ``` #ifndef __HELLOWORLD_SCENE_H__ #define __HELLOWORLD_SCENE_H__ #include "cocos2d.h" class HelloWorld : public cocos2d::CCLayer { public: virtual bool init(); static cocos2d::CCScene* sce... 阅读全文
posted @ 2015-12-22 22:19 yufenghou 阅读(119) 评论(0) 推荐(0)
摘要: ``` #ifndef __HELLOWORLD_SCENE_H__ #define __HELLOWORLD_SCENE_H__ #include "cocos2d.h" USING_NS_CC; class HelloWorld : public cocos2d::CCLayer { public: virtual bool init(); static cocos2d::... 阅读全文
posted @ 2015-12-22 20:39 yufenghou 阅读(147) 评论(0) 推荐(0)
摘要: ``` // // Single.hpp // dev // // Created by sun on 15/12/20. // // #ifndef Single_hpp #define Single_hpp #include #include "cocos2d.h" #include "HelloWorldScene.h" USING_NS_CC; class Single : p... 阅读全文
posted @ 2015-12-22 20:38 yufenghou 阅读(150) 评论(0) 推荐(0)