diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-22 22:24:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-22 22:24:24 +0300 |
commit | f6596726b6978a7380de163740e6b65c8394ca42 (patch) | |
tree | d1264b5536c1aeefb791b5e8d27b2c9500fc7cca /src/actions/pets.h | |
parent | 92eb0630eb067fbe0a18edb93a02f6fd424c3212 (diff) | |
download | plus-f6596726b6978a7380de163740e6b65c8394ca42.tar.gz plus-f6596726b6978a7380de163740e6b65c8394ca42.tar.bz2 plus-f6596726b6978a7380de163740e6b65c8394ca42.tar.xz plus-f6596726b6978a7380de163740e6b65c8394ca42.zip |
Move pets actions from actions.cpp into pets.cpp
Diffstat (limited to 'src/actions/pets.h')
-rw-r--r-- | src/actions/pets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions/pets.h b/src/actions/pets.h index 750ba2366..a3ac0795f 100644 --- a/src/actions/pets.h +++ b/src/actions/pets.h @@ -41,6 +41,8 @@ namespace Actions decHandler(petDirectLeft); decHandler(petDirectRight); decHandler(petMove); + decHandler(petFeed); + decHandler(petDropLoot); } // namespace Actions #undef decHandler |