mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-03-21 12:28:56 +01:00
Rename provider_ep2 -> provider_base
This commit is contained in:
parent
b19e5333f1
commit
6bbcc152c3
@ -18,7 +18,7 @@ for sdk_name in MMS.sdks:
|
||||
'metamod_plugins.cpp',
|
||||
'metamod_util.cpp',
|
||||
'provider/console.cpp',
|
||||
'provider/provider_ep2.cpp',
|
||||
'provider/provider_base.cpp',
|
||||
'sourcehook/sourcehook.cpp',
|
||||
'sourcehook/sourcehook_impl_chookidman.cpp',
|
||||
'sourcehook/sourcehook_impl_chookmaninfo.cpp',
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "metamod_plugins.h"
|
||||
#include "metamod_util.h"
|
||||
#include <loader_bridge.h>
|
||||
#include "provider/provider_ep2.h"
|
||||
#include "provider/provider_base.h"
|
||||
|
||||
using namespace SourceMM;
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "metamod_plugins.h"
|
||||
#include "metamod_util.h"
|
||||
#include "metamod_console.h"
|
||||
#include "provider/provider_ep2.h"
|
||||
#include "provider/provider_base.h"
|
||||
#include <sys/stat.h>
|
||||
#if SOURCE_ENGINE == SE_DOTA
|
||||
#include <iserver.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#include "console.h"
|
||||
#include "provider_ep2.h"
|
||||
#include "provider_base.h"
|
||||
#include "metamod_util.h"
|
||||
|
||||
using namespace SourceHook;
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <sh_vector.h>
|
||||
#include <sh_string.h>
|
||||
#include "../metamod_util.h"
|
||||
#include "provider_ep2.h"
|
||||
#include "provider_base.h"
|
||||
#include "console.h"
|
||||
#include "metamod_console.h"
|
||||
#include <filesystem.h>
|
@ -32,7 +32,7 @@
|
||||
#include <loader_bridge.h>
|
||||
#include <metamod_version.h>
|
||||
#include <sh_string.h>
|
||||
#include "provider/provider_ep2.h"
|
||||
#include "provider/provider_base.h"
|
||||
|
||||
#if SOURCE_ENGINE == SE_DOTA
|
||||
SH_DECL_HOOK2_void(ConCommand, Dispatch, SH_NOATTRIB, false, const CCommandContext &, const CCommand &);
|
||||
|
Loading…
x
Reference in New Issue
Block a user