摘要:
``` // // 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 :... 阅读全文
摘要:
``` // // 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... 阅读全文