diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-07 14:48:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-07 14:49:00 +0300 |
commit | 45c769b20e3b59446b58e182988547e6fe8507e0 (patch) | |
tree | 50fafe4c54174ea4e9d855561d6c2e66f9f90986 /src/CMakeLists.txt | |
parent | c3aced619b00d5053b8c5f3aab050f704466dada (diff) | |
download | plus-45c769b20e3b59446b58e182988547e6fe8507e0.tar.gz plus-45c769b20e3b59446b58e182988547e6fe8507e0.tar.bz2 plus-45c769b20e3b59446b58e182988547e6fe8507e0.tar.xz plus-45c769b20e3b59446b58e182988547e6fe8507e0.zip |
Move invetory into inventory directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6ba5429fa..48468b421 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -947,8 +947,8 @@ SET(SRCS particle/imageparticle.h resources/sprite/imagesprite.cpp resources/sprite/imagesprite.h - inventory.cpp - inventory.h + resources/inventory/inventory.cpp + resources/inventory/inventory.h resources/item/item.cpp resources/item/item.h itemcolormanager.cpp |