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

@ -52,3 +52,11 @@ int laden_spielstand_historie(int*** Historie, int* anzahl_Zuege, const char* da
return 1; // Rückgabewert 1 bedeutet Erfolg return 1; // Rückgabewert 1 bedeutet Erfolg
} }
void speichern_spielstand_schachbrett(){
}
void laden_spielstand_schachbrett(){
}
Loading…
Cancel
Save