diff options
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index b97b191ff..af54278ac 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -299,6 +299,8 @@ class CommandHandler void handleDumpGraphics(const std::string &args, ChatTab *tab); + void handleDumpTests(const std::string &args, ChatTab *tab); + void outString(ChatTab *tab, const std::string &str, const std::string &def); |