diff options
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r-- | source/mvd_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h index 685539c..db84548 100644 --- a/source/mvd_local.h +++ b/source/mvd_local.h @@ -106,6 +106,7 @@ typedef struct mvd_s { char name[MAX_MVD_NAME]; struct gtv_s *gtv; qboolean (*read_frame)( struct mvd_s * ); + qboolean (*forward_cmd)( mvd_client_t * ); // demo related variables fileHandle_t demorecording; |