Browse Source

Tutorial.h hinzugefügt, Hendrik Voß

main
fdai7723 11 months ago
parent
commit
c2acd1212b
  1. 12
      src/Tutorial.h

12
src/Tutorial.h

@ -0,0 +1,12 @@
#ifndef TUTORIAL_H
#define TUTORIAL_H
#include "Schachbrett.h"
#include "Misc.h"
#include "Spieler.h"
#include <stdbool.h>
#include <stdio.h>
nach_Tutorial_fragen(Player player);
#endif // Tutorial
Loading…
Cancel
Save