Skip to content

Instantly share code, notes, and snippets.

View yimajo's full-sized avatar
:octocat:

Yoshinori Imajo yimajo

:octocat:
  • Curiosity Software inc.
  • Tokyo, Japan
  • 19:47 (UTC +09:00)
View GitHub Profile
@laiso
laiso / AppDelegate.m
Last active August 29, 2015 14:04
UIViewController+ClassNameOverlay
#ifdef DEBUG
#import "UIViewController+ClassNameOverlay.h"
#endif
@tks2shimizu
tks2shimizu / HelloWorldScene.cpp
Last active October 13, 2015 18:38
card game 25 source code 1
#include "HelloWorldScene.h"
#include "SimpleAudioEngine.h"
using namespace cocos2d;
using namespace CocosDenshion;
using namespace std;
CCScene* HelloWorld::scene()
{
CCScene* scene = CCScene::create();