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
// | |
// DebugDraw.cpp | |
// ShimejiGame | |
// | |
// Created by sdkfz181yagni on 13/09/15. | |
// | |
// | |
#include "DebugDraw.h" |
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
// | |
// UtilSound.cpp | |
// HelloCpp | |
// | |
// Created by Shimeji Ozaki on 2013-10-16. | |
// | |
// | |
#include "UtilSound.h" |
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
// | |
// UtilMath.cpp | |
// HelloCpp | |
// | |
// Created by Shimeji Ozaki on 2013-10-06. | |
// | |
// | |
#include "UtilMath.h" |
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
/* | |
詳細↓ | |
http://qiita.com/sdkfz181tiger@github/items/5c850c7e78c2927aae0d | |
*/ | |
// ZipUtils.hを読み込む | |
#include "support/zip_support/ZipUtils.h" | |
// 復号キー | |
ZipUtils::ccSetPvrEncryptionKeyPart(0, 0xaaaaaaaa); |
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.regex; | |
import java.util.regex.Matcher; | |
import java.util.regex.Pattern; | |
import android.os.Bundle; | |
import android.app.Activity; | |
import android.util.Log; | |
import android.view.Menu; |
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
// | |
// ClockSprite.cpp | |
// Oyadius3 | |
// | |
// Created by Shimeji Ozaki on 2014-06-17. | |
// | |
// | |
#include "ClockSprite.h" |
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
<?php | |
/*-------------------------------- | |
[2014/03/05] | |
インベーダーを大量に発生させるクラス | |
--------------------------------*/ | |
class MakeInvaders{ | |
// メンバー変数 | |
public $_dir; // ファイルの保存先ディレクトリ |
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
// | |
// CalendarSprite.cpp | |
// Oyadius3 | |
// | |
// Created by Shimeji Ozaki on 2014-06-22. | |
// | |
// | |
#include "CalendarSprite.h" |
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
// | |
// UtilNativeJNI.cpp | |
// Oyadius1 | |
// | |
// Created by Shimeji Ozaki on 2014-02-04. | |
// | |
// | |
#include "UtilNativeJNI.h" |
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
// | |
// CountDownSprite.cpp | |
// Oyadius3 | |
// | |
// Created by Shimeji Ozaki on 2014-06-22. | |
// | |
// | |
#include "CountDownSprite.h" |
OlderNewer