The Battle for Wesnoth
1.19.5+dev
server
wesnothd
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
18
#include "
server/common/simple_wml.hpp
"
19
20
#include "
log.hpp
"
21
22
extern
lg::log_domain
log_config_pn
;
23
namespace
wesnothd
{
24
25
namespace
chat_message
{
26
/**
27
* Function to ensure a text message is within the allowed length
28
*/
29
void
truncate_message
(
const
simple_wml::string_span
& str,
30
simple_wml::node
& message);
31
}
// end chat_message namespace
32
33
}
//end namespace wesnothd
lg::log_domain
Definition:
log.hpp:125
simple_wml::node
Definition:
simple_wml.hpp:114
simple_wml::string_span
Definition:
simple_wml.hpp:35
log.hpp
Standard logging facilities (interface).
chat_message
void chat_message(const std::string &caption, const std::string &msg)
Displays a message in the chat window.
Definition:
lua_common.cpp:1105
wesnothd::chat_message::truncate_message
void truncate_message(const simple_wml::string_span &str, simple_wml::node &message)
Function to ensure a text message is within the allowed length.
Definition:
player_network.cpp:29
wesnothd
Definition:
user_handler.hpp:29
log_config_pn
lg::log_domain log_config_pn
simple_wml.hpp
Generated by
1.9.1