mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
10 lines
180 B
C++
10 lines
180 B
C++
|
#include "esforces.h"
|
||
|
|
||
|
void OnAmxxAttach()
|
||
|
{
|
||
|
MF_AddNatives(g_AnimationNatives);
|
||
|
MF_AddNatives(g_PdataNatives);
|
||
|
MF_AddNatives(g_EffectsNatives);
|
||
|
MF_AddNatives(g_BaseNatives);
|
||
|
}
|