Fixed game stats screen #20
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
/* Defined macros */
|
||||
#define DEFAULTTRIES 6
|
||||
#define MAXWORDLENGTH 100
|
||||
#define MAXWORDLENGTH 200
|
||||
#define ALPHABET 26
|
||||
#define ALPHABET_NUM 36
|
||||
#define ANIM_DURATION 1
|
||||
@@ -28,6 +28,7 @@ typedef struct {
|
||||
char *alphabet;
|
||||
time_t startTime;
|
||||
time_t endTime;
|
||||
int wordRows;
|
||||
} game_state;
|
||||
|
||||
typedef struct word {
|
||||
|
Reference in New Issue
Block a user