예제 #1
0
파일: wgp.c 프로젝트: broftkd/historic-mess
static void get_piv0_tile_info(int tile_index)
{
	common_get_piv_tile_info(0,tile_index);
}
예제 #2
0
static TILE_GET_INFO( get_piv2_tile_info )
{
	common_get_piv_tile_info(machine, tileinfo, tile_index, 2);
}