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