Browse Source

erstellung der historie.c und h datein, Luis Hahn

remotes/origin/Luis-Branch
Luis Hahn 11 months ago
parent
commit
ee839e0c34
  1. 15
      src/Historie.c
  2. 7
      src/Historie.h

15
src/Historie.c

@ -0,0 +1,15 @@
#include <stdio.h>
#include <stdlib.h>
#include "Schachbrett.h"
#include "Bauer.h"
#include "Spieler.h"
void hinzufuegen_historie() {
}
void print_historie() {
}

7
src/Historie.h

@ -0,0 +1,7 @@
#ifndef HISTORIE
#define HISTORIE
void print_historie();
void hinzufuegen_historie();
#endif // HISTORIE
Loading…
Cancel
Save