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 2f493a6..3bb3d1b 100644 --- a/source/mvd_local.h +++ b/source/mvd_local.h @@ -203,4 +203,5 @@ extern game_export_t mvd_ge; void MVD_UpdateClient( udpClient_t *client ); void MVD_SwitchChannel( udpClient_t *client, mvd_t *mvd ); +void MVD_GameShutdown( void ); |