Refactor 4 - Move entities natives to its own file and reflect changes

This commit is contained in:
Arkshine
2015-10-29 12:23:14 +01:00
parent 1032fbdbd0
commit 4333255571
7 changed files with 253 additions and 231 deletions

View File

@ -64,6 +64,7 @@ void OnAmxxAttach()
return;
}
MF_AddNatives(pdata_entities_natives);
MF_AddNatives(pdata_gc_natives);
}