diff --git a/src/Speichern.c b/src/Speichern.c index 9aab1ff..34f6125 100644 --- a/src/Speichern.c +++ b/src/Speichern.c @@ -51,4 +51,12 @@ int laden_spielstand_historie(int*** Historie, int* anzahl_Zuege, const char* da fclose(datei); return 1; // Rückgabewert 1 bedeutet Erfolg +} + +void speichern_spielstand_schachbrett(){ + +} + +void laden_spielstand_schachbrett(){ + } \ No newline at end of file