Introduce API to create Stack structures

This commit is contained in:
Arkshine
2014-07-23 18:51:57 +02:00
parent 0bfcaa85b6
commit e7b7506efa
12 changed files with 528 additions and 3 deletions

View File

@@ -573,6 +573,7 @@ int set_amxnatives(AMX* amx, char error[128])
amx_Register(amx, g_DataStructNatives, -1);
amx_Register(amx, trie_Natives, -1);
amx_Register(amx, g_DatapackNatives, -1);
amx_Register(amx, g_StackNatives, -1);
//we're not actually gonna check these here anymore
amx->flags |= AMX_FLAG_PRENIT;