@ -0,0 +1,11 @@
#ifndef SIMPLEKI_H
#define SIMPKLEKI_H
#include <stdio.h>
#inlude "Moving.h"
#include <stdbool.h>
#include "Schachbrett.h"
#include "Spieler.h"
bool einfache_KI(Brett, startX,startY,endX,endY,player);
#endif