summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-17 03:56:13 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-17 03:56:39 +0300
commited41c67908b8d6289f0e5eb49f101c851d9adc75 (patch)
tree527d3352b2b4d6aca56d89dac5913de36aba6c4b /src/commandhandler.h
parente9a8a46fc92669236e37dd096f5a849aed74ca6a (diff)
downloadplus-ed41c67908b8d6289f0e5eb49f101c851d9adc75.tar.gz
plus-ed41c67908b8d6289f0e5eb49f101c851d9adc75.tar.bz2
plus-ed41c67908b8d6289f0e5eb49f101c851d9adc75.tar.xz
plus-ed41c67908b8d6289f0e5eb49f101c851d9adc75.zip
Debug option to dump loaded images names.
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index bb15c139a..f58e86b21 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -285,6 +285,8 @@ class CommandHandler
void handleAddIgnoreAttack(const std::string &args,
ChatTab *tab _UNUSED_);
+ void handleDump(const std::string &args, ChatTab *tab);
+
void handleCacheInfo(const std::string &args, ChatTab *tab _UNUSED_);
bool parse2Int(const std::string &args, int *x, int *y);