mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-17 15:53:59 +00:00
19 lines
597 B
C++
19 lines
597 B
C++
/*
|
|
Copyright (C) 2018 - 2024
|
|
by Jyrki Vesterinen <sandgtx@gmail.com>
|
|
Part of the Battle for Wesnoth Project https://www.wesnoth.org/
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY.
|
|
|
|
See the COPYING file for more details.
|
|
*/
|
|
|
|
#include "chat_log.hpp"
|
|
|
|
std::map<std::string, chatroom_log> default_chat_log;
|