summaryrefslogtreecommitdiffstats
path: root/game/server/chat.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/chat.hh')
-rw-r--r--game/server/chat.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/server/chat.hh b/game/server/chat.hh
deleted file mode 100644
index 76ddbbb..0000000
--- a/game/server/chat.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-struct Session;
-
-namespace server_chat
-{
-void init(void);
-void broadcast(std::string_view message);
-void broadcast(std::string_view message, std::string_view sender);
-void send(Session* session, std::string_view message);
-void send(Session* session, std::string_view message, std::string_view sender);
-} // namespace server_chat