This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.ozateck.oyadius4; | |
import android.app.Activity; | |
import android.os.Bundle; | |
import android.content.Intent; | |
import android.util.Log; | |
import android.widget.Toast; | |
import com.google.android.gms.common.api.GoogleApiClient; | |
import com.google.android.gms.games.Games; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note this script has moved: https://github.com/EsotericSoftware/spine-scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "B2DebugDrawLayer.h" | |
USING_NS_CC; | |
B2DebugDrawLayer *B2DebugDrawLayer::create(b2World *pB2World, float pPtmRatio) | |
{ | |
B2DebugDrawLayer *pRet = new B2DebugDrawLayer(pB2World, pPtmRatio); | |
if (pRet && pRet->init()) { | |
pRet->autorelease(); | |
return pRet; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.cocos2dx.cpp; | |
import java.util.HashSet; | |
import java.util.Hashtable; | |
import java.util.Iterator; | |
import java.util.Set; | |
import org.cocos2dx.plugin.AdsWrapper; | |
import org.cocos2dx.plugin.InterfaceAds; | |
import org.cocos2dx.plugin.PluginWrapper; |
- メインスピーカー:マシューさん(@matthewmccull)
- サブスピーカー:ジョンさん(@johndbritton)
従来の CVCS (集中バージョン管理システム)のリビジョン番号は連番。 SVN はサーバーにデプロイした時点でリビジョン番号1と設定される。