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

@@ -21,7 +21,7 @@ OBJECTS = meta_api.cpp CFile.cpp CVault.cpp vault.cpp float.cpp file.cpp modules
CMenu.cpp util.cpp amx.cpp amxdbg.cpp natives.cpp newmenus.cpp debugger.cpp \
optimizer.cpp format.cpp messages.cpp libraries.cpp vector.cpp sorting.cpp \
nongpl_matches.cpp CFlagManager.cpp datastructs.cpp \
trie_natives.cpp CDataPack.cpp datapacks.cpp
trie_natives.cpp CDataPack.cpp datapacks.cpp stackstructs.cpp
##############################################
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###