summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-07-08 15:16:22 +0000
committerDavid Athay <ko2fan@gmail.com>2008-07-08 15:16:22 +0000
commit3be4300f12d4e936a1beea0021b14cf6313ee3b9 (patch)
treed7c7efab8b6e2c0920da42cc5fe01203e3aae044 /src/gui/chat.h
parent4ca8675700dfae625376c4afdd30b8590d68087e (diff)
downloadMana-3be4300f12d4e936a1beea0021b14cf6313ee3b9.tar.gz
Mana-3be4300f12d4e936a1beea0021b14cf6313ee3b9.tar.bz2
Mana-3be4300f12d4e936a1beea0021b14cf6313ee3b9.tar.xz
Mana-3be4300f12d4e936a1beea0021b14cf6313ee3b9.zip
#359 patch by Scraggy
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 0bdc76f1..a1d659a0 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -208,6 +208,15 @@ class ChatWindow : public Window, public gcn::ActionListener,
void
scroll(int amount);
+ /**
+ * help implements the /help command
+ *
+ * @param msg1 is the command that the player needs help on
+ * @param msg2 is the sub-command relating to the command
+ */
+ void
+ help(const std::string &msg1, const std::string &msg2);
+
private:
Network *mNetwork;
bool mTmpVisible;