From 4131de177e36b19b20b8bbdb7bd43b18b6e22690 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 9 Dec 2020 19:34:04 +0000 Subject: clui: architecture go to base class for clients; fix bugs --- src/client/clui/clui.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/clui/clui.hpp') 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 -#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() -- cgit v1.2.3-18-g5258