예제 #1
0
static int SupermanDraw()
{
	SupermanPalUpdate();
	SysXBG();
	SysXSprites();
	return 0;
}
예제 #2
0
파일: d_twinhawk.cpp 프로젝트: SiN13/pifba
static int twinhawkDraw()
{
	twinhawkPalUpdate();
	SysXBG();
	SysXSprites();
	return 0;
}