diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-22 23:26:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-22 23:26:55 +0300 |
commit | de28a261768f008dd93827a4c684f2724b3b697f (patch) | |
tree | 7b3303740e04e32197e113f648eebf745bf6f981 /src/Makefile.am | |
parent | 05099e035729878893845b0598e20109f0c734fe (diff) | |
download | plus-de28a261768f008dd93827a4c684f2724b3b697f.tar.gz plus-de28a261768f008dd93827a4c684f2724b3b697f.tar.bz2 plus-de28a261768f008dd93827a4c684f2724b3b697f.tar.xz plus-de28a261768f008dd93827a4c684f2724b3b697f.zip |
Allow send rename pet chat command without new pet name.
This name will be asked from player.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 18acf1956..24ddf07da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -190,6 +190,8 @@ manaplus_SOURCES += events/actionevent.h \ listeners/guiconfiglistener.h \ listeners/guitableactionlistener.cpp \ listeners/guitableactionlistener.h \ + listeners/inputactionreplaylistener.cpp \ + listeners/inputactionreplaylistener.h \ listeners/inventorylistener.h \ render/graphics.h \ events/inputguievent.h \ |