diff options
author | /dev/humancontroller <devhc@example.com> | 2017-03-09 08:57:14 +0100 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:16 +0100 |
commit | 253fda567163917b0305f0df6156f22ca0a9ca70 (patch) | |
tree | 3db9971cb09268f8d2c169c25d6aa1a1f2f125fb /src/game/g_local.h | |
parent | 0b0e4c0db6886b98fcd593c3ca496e75c24b8a1e (diff) |
add G_LayoutExists() and use it
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 262eb138..a0a03405 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1072,6 +1072,7 @@ qboolean G_MapRotationActive( void ); void G_InitMapRotations( void ); void G_ShutdownMapRotations( void ); qboolean G_MapExists( const char *name ); +qboolean G_LayoutExists( const char *map, const char *layout ); void G_ClearRotationStack( void ); void G_PerformMapRestart( void ); void G_PerformMapChange( const char *map ); |