initial import of fakemeta_amxx

This commit is contained in:
David Anderson
2004-07-28 03:14:07 +00:00
parent 166bbc1101
commit 2fb9a5d4b5
15 changed files with 8999 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include "fakemeta_amxx.h"
void OnAmxxAttach()
{
MF_AddNatives(engfunc_natives);
MF_AddNatives(dllfunc_natives);
}