Refactor the public API entrypoint for SourcePawn.

This commit is contained in:
David Anderson
2015-02-24 01:52:13 -08:00
parent e58415f94a
commit 499f7b3929
16 changed files with 650 additions and 410 deletions
-1
View File
@@ -51,7 +51,6 @@ using namespace Knight;
JITX86 g_Jit;
KeCodeCache *g_pCodeCache = NULL;
ISourcePawnEngine *engine = &g_engine1;
static inline uint8_t *
LinkCode(AssemblerX86 &masm)