diff --git a/Start_Windows/game.o b/Start_Windows/game.o deleted file mode 100644 index 22cde22..0000000 Binary files a/Start_Windows/game.o and /dev/null differ diff --git a/Start_Windows/graphicalGame.o b/Start_Windows/graphicalGame.o deleted file mode 100644 index 451228d..0000000 Binary files a/Start_Windows/graphicalGame.o and /dev/null differ diff --git a/Start_Windows/input.c b/Start_Windows/input.c index feb1f31..f1a7f21 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -12,9 +12,9 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) char zeile[MAX_LINE_LEN]; char inhalt[MAX_WORD_LEN*maxWordCount]; - char *trenner = " .;,"; - char *token; - char *enter = "\n"; + const char *trenner = " .;,"; + char *token = NULL; + const char *enter = "\n"; //Zeilen auslesen und als ein String speichern while(fgets(zeile,MAX_LINE_LEN, file) != NULL){ diff --git a/Start_Windows/input.o b/Start_Windows/input.o deleted file mode 100644 index 9e3300c..0000000 Binary files a/Start_Windows/input.o and /dev/null differ diff --git a/Start_Windows/main.o b/Start_Windows/main.o deleted file mode 100644 index 3721bfa..0000000 Binary files a/Start_Windows/main.o and /dev/null differ diff --git a/Start_Windows/runTests.exe b/Start_Windows/runTests.exe deleted file mode 100644 index 2655d47..0000000 Binary files a/Start_Windows/runTests.exe and /dev/null differ diff --git a/Start_Windows/wordsalad_myversion.exe b/Start_Windows/wordsalad_myversion.exe deleted file mode 100644 index eb3e991..0000000 Binary files a/Start_Windows/wordsalad_myversion.exe and /dev/null differ