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 d399accf7..a8f21ac7a 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -304,6 +304,8 @@ class CommandHandler void handleDumpTests(const std::string &args, ChatTab *tab); + void handleDumpOGL(const std::string &args, ChatTab *tab); + void outString(ChatTab *tab, const std::string &str, const std::string &def); |