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