@ -0,0 +1,15 @@
#include <stdio.h>
#include <stdlib.h>
#include "Schachbrett.h"
#include "Bauer.h"
#include "Spieler.h"
void hinzufuegen_historie() {
}
void print_historie() {
@ -0,0 +1,7 @@
#ifndef HISTORIE
#define HISTORIE
void print_historie();
void hinzufuegen_historie();
#endif // HISTORIE