@ -0,0 +1,8 @@
#ifndef MISC_H
#define MISC_H
#include "Schachbrett.h"
#include <stdbool.h>
#include <stdio.h>
bool king_alive(char** brett);
#endif // MISC