diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 15:48:53 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 15:48:53 +0500 |
| commit | d0fbd68055e3f4a796330cc8acc6c0954b5327ff (patch) | |
| tree | e581014ea02711efa5e71f00f9862e5bca58f2ed /game/server/chat.hh | |
| parent | cbd823aa2154a956e7da4319eecbf7afc10441ae (diff) | |
| download | voxelius-d0fbd68055e3f4a796330cc8acc6c0954b5327ff.tar.bz2 voxelius-d0fbd68055e3f4a796330cc8acc6c0954b5327ff.zip | |
Run clang-format across the project
Diffstat (limited to 'game/server/chat.hh')
| -rw-r--r-- | game/server/chat.hh | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/game/server/chat.hh b/game/server/chat.hh index 1b3e11b..76ddbbb 100644 --- a/game/server/chat.hh +++ b/game/server/chat.hh @@ -1,12 +1,12 @@ -#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 +#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
|
