This commit is contained in:
Alexei Keller 2025-11-06 16:39:16 +01:00
parent 994ec48f9e
commit aa61e44a0e
3 changed files with 1 additions and 2 deletions

BIN
Start_Windows/game.o Normal file

Binary file not shown.

View File

@ -1,4 +1,3 @@
/*
#include "input.h"
#include <string.h>
#include <ctype.h>
@ -35,4 +34,4 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
}
return counter;
} */
}

BIN
Start_Windows/input.o Normal file

Binary file not shown.