Ryusuke Fuda's Tech Blog

Softweare Enginier about Web, iOS, Android.

2013-11-21から1日間の記事一覧

cakephp 2.x sitemap.xml サイトマップつくる

参考) http://plus-sys.jugem.jp/?eid=353

cocos2dx 2.2.0 Hello world から touchイベントまで

■ HelloWorldScene.h class HelloWorld : public cocos2d::CCLayer { public: // Here's a difference. Method 'init' in cocos2d-x returns bool, instead of returning 'id' in cocos2d-iphone virtual bool init(); // there's no 'id' in cpp, so we rec…