You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
228 B

  1. #ifndef RAETSELRONJA_H
  2. #define RAETSELRONJA_H
  3. int zahlenraetsel(int input[], int loesung, int n);
  4. int aufrufzahlenraetsel();
  5. int armdruecken(int gegner, int spieler);
  6. int blackjack(int spieler, int gegner, int janein);
  7. #endif