Esempio n. 1
0
CBLSprite::CBLSprite() :
	mLink(this)
{
	mRefCon=0L;
	ResetSprite();
	mLayer=0L;
}
Esempio n. 2
0
void DoLifetimeTest(GameManager *mgr, uint32 marker_handle, uint32 width, uint32 height)
{
    ResetSprite(NULL, mgr);
}