Browse Source

Add new file, Misc.h, Hendrik Voß

remotes/origin/Spracharbeit
fdai7723 11 months ago
parent
commit
5efd41698c
  1. 8
      src/Misc.h

8
src/Misc.h

@ -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
Loading…
Cancel
Save