Fix compilation against SourceMod 1.10

MacroAssembler base is now in the |sp| namespace.
This commit is contained in:
Peace-Maker 2019-05-06 18:29:40 +02:00
parent f775e44e80
commit 70eee8482a
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <macro-assembler-x86.h>
#include "extension.h"
using namespace sp;
// ============================================================================
// >> DEFINITIONS

View File

@ -8,6 +8,7 @@ SourceHook::IHookManagerAutoGen *g_pHookManager = NULL;
ke::Vector<DHooksManager *> g_pHooks;
using namespace SourceHook;
using namespace sp;
#ifdef WIN32
#define OBJECT_OFFSET sizeof(void *)