Fix for swapping a stack with another item that is not of the same stack size. Added some console visualization for testing and added basics of data modeling for inventory, saving soon.

This commit is contained in:
KimLS
2015-03-02 19:38:57 -08:00
parent abc5ddc5f8
commit 972d3d8874
10 changed files with 184 additions and 10 deletions
+2
View File
@@ -142,6 +142,8 @@ SET(common_headers
guild_base.h
guilds.h
inventory.h
inventory_data_model.h
inventory_null_data_model.h
ipc_mutex.h
item.h
item_container.h