예제 #1
0
파일: Window.cs 프로젝트: Nurrl/corewar
 public int box(WinAttribute vAttrs, WinAttribute hAttrs) => Curse.box(Handle, (int)vAttrs, (int)hAttrs);
예제 #2
0
파일: Window.cs 프로젝트: Nurrl/corewar
 public int box(int vAttrs, int hAttrs) => Curse.box(Handle, vAttrs, hAttrs);