diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-20 19:24:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-20 19:24:55 +0300 |
commit | 60231aaaccfab29e531b633e09ae13bf901a1e5a (patch) | |
tree | d479b54eed6f541fa65df43a7e374786e3c7292f /src/CMakeLists.txt | |
parent | 961b1482f903c7f583eac639e7bf7b98e8d544c6 (diff) | |
download | plus-60231aaaccfab29e531b633e09ae13bf901a1e5a.tar.gz plus-60231aaaccfab29e531b633e09ae13bf901a1e5a.tar.bz2 plus-60231aaaccfab29e531b633e09ae13bf901a1e5a.tar.xz plus-60231aaaccfab29e531b633e09ae13bf901a1e5a.zip |
Move inventoryitem into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d3ff59769..de85faf2d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -484,6 +484,7 @@ SET(SRCS net/generalhandler.h net/guildhandler.h net/inventoryhandler.h + net/inventoryitem.h net/logindata.h net/loginhandler.h net/messagehandler.h |