Update ConVar hacks for BMS.

This is also to trigger an MM:S build for hl2sdk changes in multiple branches.
This commit is contained in:
Nick Hastings
2018-05-05 11:01:55 -04:00
parent 82f1c5a20b
commit 11b23a6d07
3 changed files with 741 additions and 2 deletions
+6 -1
View File
@@ -45,7 +45,11 @@
#include "ConCmdManager.h"
#include "IDBDriver.h"
#include "provider.h"
#if SOURCE_ENGINE >= SE_ALIENSWARM
// TODO: move this garbage to the actual SDKs behind SOURCEMOD_BUILD ifdef,
// or use gamedata
#if SOURCE_ENGINE == SE_BMS
#include "convar_sm_bms.h"
#elif SOURCE_ENGINE >= SE_ALIENSWARM
# include "convar_sm_swarm.h"
#elif SOURCE_ENGINE >= SE_LEFT4DEAD
# include "convar_sm_l4d.h"
@@ -54,6 +58,7 @@
#else
# include "convar_sm.h"
#endif
//
#include <amtl/os/am-shared-library.h>
#include <amtl/os/am-path.h>
#include <bridge/include/IVEngineServerBridge.h>