Added memory buffer plus tests to project, going to use it for item serialization

This commit is contained in:
KimLS
2015-02-22 15:37:11 -08:00
parent c71a5888ff
commit 273574d4db
6 changed files with 817 additions and 0 deletions
+2
View File
@@ -37,6 +37,7 @@ SET(common_sources
item_container.cpp
item_instance.cpp
md5.cpp
memory_buffer.cpp
memory_mapped_file.cpp
misc.cpp
misc_functions.cpp
@@ -152,6 +153,7 @@ SET(common_headers
loottable.h
mail_oplist.h
md5.h
memory_buffer.h
memory_mapped_file.h
misc.h
misc_functions.h