diff --git a/src/Misc.h b/src/Misc.h new file mode 100644 index 0000000..2ef9395 --- /dev/null +++ b/src/Misc.h @@ -0,0 +1,8 @@ +#ifndef MISC_H +#define MISC_H +#include "Schachbrett.h" +#include +#include +bool king_alive(char** brett); + +#endif // MISC