diff --git a/src/Tutorial.h b/src/Tutorial.h new file mode 100644 index 0000000..beeddf0 --- /dev/null +++ b/src/Tutorial.h @@ -0,0 +1,12 @@ +#ifndef TUTORIAL_H +#define TUTORIAL_H +#include "Schachbrett.h" +#include "Misc.h" +#include "Spieler.h" +#include +#include + +nach_Tutorial_fragen(Player player); + + +#endif // Tutorial