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.

12 lines
202 B

  1. #ifndef TUTORIAL_H
  2. #define TUTORIAL_H
  3. #include "Schachbrett.h"
  4. #include "Misc.h"
  5. #include "Spieler.h"
  6. #include <stdbool.h>
  7. #include <stdio.h>
  8. nach_Tutorial_fragen(Player player);
  9. #endif // Tutorial