|
@ -1,8 +1,8 @@ |
|
|
#ifndef SCHACHBRETT_H |
|
|
#ifndef SCHACHBRETT_H |
|
|
#define SCHACHBRETT_H |
|
|
#define SCHACHBRETT_H |
|
|
|
|
|
|
|
|
// Prototypen der Funktionen |
|
|
|
|
|
char** Schachbrett_erstellen(); |
|
|
char** Schachbrett_erstellen(); |
|
|
|
|
|
void print_Schachfeld(char** Brett, int Reihen, int Spalten) |
|
|
void Schachbrettspeicher_freigeben(char** Brett, int Reihen); |
|
|
void Schachbrettspeicher_freigeben(char** Brett, int Reihen); |
|
|
|
|
|
|
|
|
#endif // SCHACHBRETT_H |
|
|
#endif // SCHACHBRETT_H |