diff --git a/Start_Windows/game.c b/Start_Windows/game.c index 4661b13..8ef13a3 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -1,4 +1,3 @@ -/**/ #include "game.h" #include #include @@ -14,7 +13,7 @@ * restliche Felder mit zufälligen Buchstaben füllen */ // Creates the word salad by placing words randomly and filling empty spaces -/* + int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen, const char words[][MAX_WORD_LEN], unsigned int wordCount) { srand(time(NULL)); @@ -131,4 +130,4 @@ void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], } printf("\n"); } -} *\ \ No newline at end of file +} \ No newline at end of file diff --git a/Start_Windows/game.o b/Start_Windows/game.o deleted file mode 100644 index 5c94716..0000000 Binary files a/Start_Windows/game.o and /dev/null differ diff --git a/Start_Windows/input.c b/Start_Windows/input.c index cbb60ab..99d2eb5 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -1,4 +1,3 @@ -/* #include "input.h" #include #include diff --git a/Start_Windows/input.o b/Start_Windows/input.o deleted file mode 100644 index b05a684..0000000 Binary files a/Start_Windows/input.o and /dev/null differ diff --git a/Start_Windows/runTests2.exe b/Start_Windows/runTests2.exe deleted file mode 100644 index 7d06fb1..0000000 Binary files a/Start_Windows/runTests2.exe and /dev/null differ