From 7be10187fb12aade3ed82f866d661187a17db5d9 Mon Sep 17 00:00:00 2001 From: Luis Hahn Date: Mon, 5 Feb 2024 17:47:43 +0100 Subject: [PATCH] =?UTF-8?q?erstellen=20der=20Speicher=20funktion=20f=C3=BC?= =?UTF-8?q?r=20Schachbrett,=20Luis=20Hahn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Speichern.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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