示例#1
0
void sceatm(struct digger_draw_api *ddap, int n)
{
  scoreeatm(ddap, n,digdat[n].msc);
  digdat[n].msc<<=1;
}
示例#2
0
void sceatm(int n)
{
  scoreeatm(n,digdat[n].msc);
  digdat[n].msc<<=1;
}