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