7 lines
117 B
C++
Executable File
7 lines
117 B
C++
Executable File
#include "fakemeta_amxx.h"
|
|
|
|
void OnAmxxAttach()
|
|
{
|
|
MF_AddNatives(engfunc_natives);
|
|
MF_AddNatives(dllfunc_natives);
|
|
} |