The Battle for Wesnoth  1.19.0-dev
player_network.hpp
Go to the documentation of this file.
1 /*
2  Copyright (C) 2003 - 2024
3  by David White <dave@whitevine.net>, Tomasz Sniatowski <kailoran@gmail.com>
4  Part of the Battle for Wesnoth Project https://www.wesnoth.org/
5 
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2 of the License, or
9  (at your option) any later version.
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY.
12 
13  See the COPYING file for more details.
14 */
15 
16 #pragma once
17 
19 
20 #include "log.hpp"
21 
23 namespace wesnothd {
24 
25 namespace chat_message {
26  /**
27  * Function to ensure a text message is within the allowed length
28  */
30  simple_wml::node& message);
31 } // end chat_message namespace
32 
33 } //end namespace wesnothd
Standard logging facilities (interface).
void chat_message(const std::string &caption, const std::string &msg)
Displays a message in the chat window.
void truncate_message(const simple_wml::string_span &str, simple_wml::node &message)
Function to ensure a text message is within the allowed length.
lg::log_domain log_config_pn