mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
7 lines
117 B
C++
7 lines
117 B
C++
|
#include "fakemeta_amxx.h"
|
||
|
|
||
|
void OnAmxxAttach()
|
||
|
{
|
||
|
MF_AddNatives(engfunc_natives);
|
||
|
MF_AddNatives(dllfunc_natives);
|
||
|
}
|