mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
Loads again.
This commit is contained in:
parent
c1815bbf95
commit
05a178f338
@ -34,6 +34,7 @@
|
|||||||
#include "metamod_plugins.h"
|
#include "metamod_plugins.h"
|
||||||
#include "metamod_util.h"
|
#include "metamod_util.h"
|
||||||
#include "metamod_console.h"
|
#include "metamod_console.h"
|
||||||
|
#include "provider/provider_ep2.h"
|
||||||
|
|
||||||
using namespace SourceMM;
|
using namespace SourceMM;
|
||||||
using namespace SourceHook;
|
using namespace SourceHook;
|
||||||
@ -108,7 +109,6 @@ static game_dll_t gamedll_info;
|
|||||||
static ConVar *metamod_version = NULL;
|
static ConVar *metamod_version = NULL;
|
||||||
static ConVar *mm_pluginsfile = NULL;
|
static ConVar *mm_pluginsfile = NULL;
|
||||||
static ConVar *mm_basedir = NULL;
|
static ConVar *mm_basedir = NULL;
|
||||||
static IServerGameDLL *server = NULL;
|
|
||||||
static CreateInterfaceFn engine_factory = NULL;
|
static CreateInterfaceFn engine_factory = NULL;
|
||||||
static CreateInterfaceFn physics_factory = NULL;
|
static CreateInterfaceFn physics_factory = NULL;
|
||||||
static CreateInterfaceFn filesystem_factory = NULL;
|
static CreateInterfaceFn filesystem_factory = NULL;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user