diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 8108e11..5f64a2b 100644 --- a/include/common.h +++ b/include/common.h @@ -55,6 +55,12 @@ typedef struct Window { sfEvent event; } Window; +typedef struct Game { + int isStarted; + int scoreCurrent; + int level; +} Game; + typedef struct Text { sfFont *font; sfText *text; |