diff --git a/Start_Windows/game.o b/Start_Windows/game.o new file mode 100644 index 0000000..884781f Binary files /dev/null and b/Start_Windows/game.o differ diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 3f90872..99d2eb5 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -1,4 +1,3 @@ -/* #include "input.h" #include #include @@ -35,4 +34,4 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) } return counter; -} */ \ No newline at end of file +} \ No newline at end of file diff --git a/Start_Windows/input.o b/Start_Windows/input.o new file mode 100644 index 0000000..ce394ec Binary files /dev/null and b/Start_Windows/input.o differ