Browse Source

erstellen der Speicher funktion für Schachbrett, Luis Hahn

remotes/origin/Luis-Branch
Luis Hahn 11 months ago
parent
commit
7be10187fb
  1. 8
      src/Speichern.c

8
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(){
}
Loading…
Cancel
Save