summaryrefslogtreecommitdiffstats
path: root/src/config.hpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-12-13 18:39:20 +0000
committerJoursoir <chat@joursoir.net>2020-12-13 18:43:07 +0000
commita5d15a716f6e7e21a67529478f77851d15defe09 (patch)
treed7367c2348da277cde02224b7e32ea05579915ea /src/config.hpp
parentf27143165f1f3c2e47aaa65c4da24875e1639ceb (diff)
downloadwant-chat-a5d15a716f6e7e21a67529478f77851d15defe09.tar.gz
want-chat-a5d15a716f6e7e21a67529478f77851d15defe09.tar.bz2
want-chat-a5d15a716f6e7e21a67529478f77851d15defe09.zip
changes in work spec-symbols have done; server: send info about online and players
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 7533b60..cbd6a57 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -1,5 +1,5 @@
-#ifndef WANTCHATCONFIG_H
-#define WANTCHATCONFIG_H
+#ifndef WC_CONFIG_H
+#define WC_CONFIG_H
// config for work in localhost:
const char *SERVER_IP = "127.0.0.1";