diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-14 20:09:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-14 23:35:07 +0300 |
commit | 796f7e2c2ace55462acfa50e5085d4d048047e68 (patch) | |
tree | 878c6f36f001774047cc26fa7fb68f474920bbf0 /src/CMakeLists.txt | |
parent | 6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d (diff) | |
download | plus-796f7e2c2ace55462acfa50e5085d4d048047e68.tar.gz plus-796f7e2c2ace55462acfa50e5085d4d048047e68.tar.bz2 plus-796f7e2c2ace55462acfa50e5085d4d048047e68.tar.xz plus-796f7e2c2ace55462acfa50e5085d4d048047e68.zip |
add basic client side only support for pets.
now pets cant move and dont have any ai.
pet can be only spawn at player position if equiped item with assigned pet.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 94bceed81..84388508d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -452,6 +452,8 @@ SET(SRCS resources/npcdb.h resources/openglimagehelper.cpp resources/openglimagehelper.h + resources/petdb.cpp + resources/petdb.h resources/resource.cpp resources/resource.h resources/resourcemanager.cpp |