summaryrefslogtreecommitdiffstats
path: root/src/client/gui/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/gui/Client.cpp')
-rw-r--r--src/client/gui/Client.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/gui/Client.cpp b/src/client/gui/Client.cpp
new file mode 100644
index 0000000..2465ab7
--- /dev/null
+++ b/src/client/gui/Client.cpp
@@ -0,0 +1,6 @@
+#include "Client.hpp"
+
+void Client::ShowMessage(const char *msg)
+{
+ chat->value(msg);
+} \ No newline at end of file