initial import of fakemeta_amxx
This commit is contained in:
7
dlls/fakemeta/fakemeta_amxx.cpp
Executable file
7
dlls/fakemeta/fakemeta_amxx.cpp
Executable file
@ -0,0 +1,7 @@
|
||||
#include "fakemeta_amxx.h"
|
||||
|
||||
void OnAmxxAttach()
|
||||
{
|
||||
MF_AddNatives(engfunc_natives);
|
||||
MF_AddNatives(dllfunc_natives);
|
||||
}
|
Reference in New Issue
Block a user