Example #1
0
// 更新
void ADX2Sound::update( float deltaTime )
{
	// サーバ処理の実行
	criAtomEx_ExecuteMain();
}
Example #2
0
 void Manager::update()
 {
 	criAtomEx_ExecuteMain();
 }