diff --git a/Start_Windows/main.c b/Start_Windows/main.c index 77dcc26..41926b2 100644 --- a/Start_Windows/main.c +++ b/Start_Windows/main.c @@ -59,6 +59,7 @@ int main(int argc, char *argv[]) // annahme: windowWidth wird in Pixeln gesucht, // da auch andere funktionen, wie createCharSquarePanel // in Pixeln arbeiten + showWordSalad(wordSalad, SALAD_SIZE); startGame(wordSalad, SALAD_SIZE, words, placedWords, WINDOW_WIDTH); } diff --git a/Start_Windows/main.o b/Start_Windows/main.o index 77e4a1b..e62d006 100644 Binary files a/Start_Windows/main.o and b/Start_Windows/main.o differ diff --git a/Start_Windows/runTests.exe b/Start_Windows/runTests.exe index 498403d..37e5415 100644 Binary files a/Start_Windows/runTests.exe and b/Start_Windows/runTests.exe differ diff --git a/Start_Windows/wordsalad_myversion.exe b/Start_Windows/wordsalad_myversion.exe index 277a4ea..b2a74a5 100644 Binary files a/Start_Windows/wordsalad_myversion.exe and b/Start_Windows/wordsalad_myversion.exe differ