Пример #1
0
 void IZMachineIO.SetColors(short fg, short bg)
 {
     Glk.garglk_set_zcolors((Zcolor)fg, (Zcolor)bg);
 }