Guest User

Untitled

a guest
Jul 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. extern "C" __declspec(dllimport) int __stdcall CalcDDtable(struct ddTableDeal tableDeal, struct ddTableResults * tablep);
  2.  
  3. struct ddTableDeal {
  4. unsigned int cards[4][4];
  5. };
  6.  
  7. struct ddTableResults {
  8. int resTable[5][4];
  9. };
Add Comment
Please, Sign In to add comment