Introduce API to create Stack structures

This commit is contained in:
Arkshine
2014-08-01 23:14:44 +02:00
parent 0bfcaa85b6
commit e7b7506efa
12 changed files with 528 additions and 3 deletions
+2 -1
View File
@@ -92,7 +92,8 @@ binary.sources = [
'datastructs.cpp',
'trie_natives.cpp',
'CDataPack.cpp',
'datapacks.cpp'
'datapacks.cpp',
'stackstructs.cpp',
]
if builder.target_platform == 'windows':