summaryrefslogtreecommitdiffstats
path: root/src/client/clui/clui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/clui/clui.hpp')
-rw-r--r--src/client/clui/clui.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/clui/clui.hpp b/src/client/clui/clui.hpp
index 0373f95..e337aa9 100644
--- a/src/client/clui/clui.hpp
+++ b/src/client/clui/clui.hpp
@@ -1,10 +1,10 @@
// CLUI - Command Line User Interface
-#ifndef COMMANDLINEUI_H
-#define COMMANDLINEUI_H
+#ifndef WC_CLUI_H
+#define WC_CLUI_H
#include <ncurses.h>
-#include "../const_vars.hpp"
+#include "../../const_vars.hpp"
class Interface_wc {
WINDOW *w;
@@ -41,7 +41,7 @@ public:
~ChatRoom();
// for chat:
- void AddMessage(char *msg, int type);
+ void AddMessage(const char *msg, int type);
// for players:
//void AddPlayer()