Added amb1600: trie natives

This commit is contained in:
Steve Dudenhoeffer
2008-04-14 19:52:11 +00:00
parent 683f453b6f
commit 53ed817183
9 changed files with 732 additions and 2 deletions

View File

@@ -49,6 +49,7 @@
#include "libraries.h"
#include "messages.h"
#include "amxmod_compat.h"
#include "trie_natives.h"
CList<CModule, const char*> g_modules;
CList<CScript, AMX*> g_loadedscripts;
@@ -579,6 +580,7 @@ int set_amxnatives(AMX* amx, char error[128])
amx_Register(amx, vector_Natives, -1);
amx_Register(amx, g_SortNatives, -1);
amx_Register(amx, g_DataStructNatives, -1);
amx_Register(amx, trie_Natives, -1);
if (amx->flags & AMX_FLAG_OLDFILE)
{