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