diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index bc1fef27..4b47c896 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1048,6 +1048,8 @@ void G_InitMapRotations( void ); void G_ShutdownMapRotations( void ); qboolean G_MapExists( char *name ); void G_ClearRotationStack( void ); +void G_PerformMapRestart( void ); +void G_PerformMapChange( const char *map ); // // g_namelog.c |