示例#1
0
 public static void setHands(table t)
 {
     DLLsetAllHands(ref t);
 }
示例#2
0
 public static extern void DLLtakeScores(ref table t);
示例#3
0
 public static extern void DLLclearTable(ref table t);
示例#4
0
 public static extern void DLLplayerTurn(ref table t, ref deck d, byte ans);
示例#5
0
 public static extern void DLLdealerTurn(ref table t, ref deck d);
示例#6
0
 public static extern void setChips(ref table t, int plyr, int chips);
示例#7
0
 public static extern void setBet(ref table t, int bet);
示例#8
0
 public static extern int getChips(ref table t, int plyr);
示例#9
0
 public static extern void DLLdealStartingHands(ref table t, ref deck d);
示例#10
0
 public static extern void DLLsetAllHands(ref table t);
示例#11
0
 public static extern void DLLcleanUp(ref table t, ref deck d);
示例#12
0
 public static extern void DLL_initTable(ref table t, int NO_OF_PLAYERS, int NO_OF_COMPS);