mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 18:43:17 +00:00
Fixed header dependencies.
This commit is contained in:
parent
ea5b2445e6
commit
efbd8cc702
@ -17,6 +17,7 @@
|
||||
|
||||
#include "map_location.hpp"
|
||||
#include "font.hpp"
|
||||
#include "tstring.hpp"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "unit_map.hpp"
|
||||
|
||||
class game_state;
|
||||
class gamemap;
|
||||
class tod_manager;
|
||||
|
||||
namespace events {
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "leader_list.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
#include "multiplayer_ui.hpp"
|
||||
#include "src/show_dialog.hpp"
|
||||
|
||||
namespace mp {
|
||||
|
||||
|
@ -66,6 +66,8 @@ Feature Requests:
|
||||
|
||||
#include "ana/api/ana.hpp"
|
||||
|
||||
class config;
|
||||
|
||||
/** Namespace of the asynchronous network API. */
|
||||
namespace network
|
||||
{
|
||||
|
@ -14,6 +14,9 @@
|
||||
|
||||
#ifndef PERSIST_VAR_H_INCLUDED
|
||||
#define PERSIST_VAR_H_INCLUDED
|
||||
|
||||
class vconfig;
|
||||
|
||||
void verify_and_set_global_variable(const vconfig &pcfg);
|
||||
void verify_and_get_global_variable(const vconfig &pcfg);
|
||||
void verify_and_clear_global_variable(const vconfig &pcfg);
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
#include "map_location.hpp"
|
||||
#include "pathutils.hpp"
|
||||
#include "terrain_translation.hpp"
|
||||
#include "variable.hpp"
|
||||
|
||||
class config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user