diff --git a/src/Spiellogik.c b/src/Spiellogik.c index 94f158a..afbe318 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -72,6 +72,11 @@ int lose(int realU[N][N], char richtung){ return 0; } +int update(int realU[N][N],char richtung) { + +} + + int probe(int input){ return input; }