mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 15:58:10 +00:00
moved some includes
This commit is contained in:
parent
e8a62d5fab
commit
7368cf87c4
@ -13,12 +13,17 @@
|
||||
|
||||
#include "playturn.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
#include "display.hpp"
|
||||
#include "game_config.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
#include "gettext.hpp"
|
||||
#include "preferences.hpp"
|
||||
#include "replay.hpp"
|
||||
#include "show_dialog.hpp"
|
||||
#include "sound.hpp"
|
||||
#include "team.hpp"
|
||||
#include "unit.hpp"
|
||||
|
||||
turn_info::turn_info(const game_data& gameinfo, game_state& state_of_game,
|
||||
const gamestatus& status, display& gui, gamemap& map,
|
||||
|
@ -13,18 +13,18 @@
|
||||
#ifndef PLAYTURN_HPP_INCLUDED
|
||||
#define PLAYTURN_HPP_INCLUDED
|
||||
|
||||
class display;
|
||||
class config;
|
||||
struct game_state;
|
||||
class replay_network_sender;
|
||||
class team;
|
||||
class unit;
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "actions.hpp"
|
||||
#include "config.hpp"
|
||||
#include "display.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
#include "generic_event.hpp"
|
||||
#include "network.hpp"
|
||||
#include "team.hpp"
|
||||
#include "unit.hpp"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
Loading…
x
Reference in New Issue
Block a user