Browse Source

Tutorial.h erstellt, Hendrik Voß

main
fdai7723 11 months ago
parent
commit
902842fd3d
  1. 12
      Tutorial.h

12
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