mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-18 23:31:22 +00:00
15 lines
432 B
C
15 lines
432 B
C
//========= Mapbase - https://github.com/mapbase-source/source-sdk-2013 ============//
|
|
//
|
|
// Purpose: Accessing MapEdit
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
extern ConVar mapedit_enabled;
|
|
extern ConVar mapedit_stack;
|
|
extern ConVar mapedit_debug;
|
|
|
|
void MapEdit_MapReload( void );
|
|
|
|
void MapEdit_LoadFile( const char *pFile, bool bStack = mapedit_stack.GetBool() );
|