mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-19 18:26:44 +00:00

1) We remove the syncmp_handler class which was a bit too complicated for its rather simple task 2) We move network related stuff out of playsingle_controller
18 lines
528 B
C++
18 lines
528 B
C++
/*
|
|
Copyright (C) 2014 - 2024
|
|
by David White <dave@whitevine.net>
|
|
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.
|
|
*/
|
|
|
|
#pragma once
|
|
|