diff options
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r-- | source/mvd_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h index a281bcd..685539c 100644 --- a/source/mvd_local.h +++ b/source/mvd_local.h @@ -90,7 +90,9 @@ typedef struct { typedef enum { MVD_DEAD, // no gamestate received yet, unusable MVD_WAITING, // buffering more frames - MVD_READING // reading frames + MVD_READING, // reading frames + + MVD_NUM_STATES } mvd_state_t; struct gtv_s; |