diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index ca2e499..3273c66 100644 --- a/include/common.h +++ b/include/common.h @@ -1,6 +1,7 @@ struct game { unsigned int level; - int isStarted; + int started; + int paused; int scoreCurrent; int moveLatency; int lines; |