コード例 #1
0
ファイル: Window.cs プロジェクト: Nurrl/corewar
 public int box(WinAttribute vAttrs, WinAttribute hAttrs) => Curse.box(Handle, (int)vAttrs, (int)hAttrs);
コード例 #2
0
ファイル: Curse.cs プロジェクト: Nurrl/corewar
 public static int box(IntPtr Win, WinAttribute attrsv, WinAttribute attrsh) => box(Win, (int)attrsv, (int)attrsh);