diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-27 21:58:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-27 22:02:35 +0300 |
commit | a065831539e63dc6e25f4743b3a548aadf92304a (patch) | |
tree | 437f04c89be9a9dc83f5d2487a73802cf6a10760 /src/input | |
parent | a9bad635bc89092b4c866a90018c803cd25592c0 (diff) | |
download | plus-a065831539e63dc6e25f4743b3a548aadf92304a.tar.gz plus-a065831539e63dc6e25f4743b3a548aadf92304a.tar.bz2 plus-a065831539e63dc6e25f4743b3a548aadf92304a.tar.xz plus-a065831539e63dc6e25f4743b3a548aadf92304a.zip |
Move pets actions into pets.cpp.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputactionmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 6d09c4e6f..4c1c6d986 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -29,6 +29,7 @@ #include "actions/chat.h" #include "actions/commands.h" #include "actions/move.h" +#include "actions/pets.h" #include "actions/statusbar.h" #include "actions/tabs.h" #include "actions/target.h" |