コード例 #1
0
ファイル: CBLSprite.cpp プロジェクト: MaddTheSane/tntbasic
CBLSprite::CBLSprite() :
	mLink(this)
{
	mRefCon=0L;
	ResetSprite();
	mLayer=0L;
}
コード例 #2
0
void DoLifetimeTest(GameManager *mgr, uint32 marker_handle, uint32 width, uint32 height)
{
    ResetSprite(NULL, mgr);
}