11 lines
268 B

  1. #ifndef BAUER_UM_H
  2. #define BAUER_UM_H
  3. #include <stdbool.h>
  4. #include "spieler.h"
  5. bool ist_umwandlung_gerlaubt_Bauer(char** Brett, int startX, int startY, int endX, int endY, Player player);
  6. char bauer_umwandel_abfrage();
  7. void bauer_umwandeln();
  8. #endif // BAUER_UM_H