Fixed header dependencies.

This commit is contained in:
Guillaume Melquiond 2010-08-08 17:22:50 +00:00
parent ea5b2445e6
commit efbd8cc702
6 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "map_location.hpp"
#include "font.hpp"
#include "tstring.hpp"
#include <map>
#include <string>

View File

@ -23,6 +23,7 @@
#include "unit_map.hpp"
class game_state;
class gamemap;
class tod_manager;
namespace events {

View File

@ -23,6 +23,7 @@
#include "leader_list.hpp"
#include "gamestatus.hpp"
#include "multiplayer_ui.hpp"
#include "src/show_dialog.hpp"
namespace mp {

View File

@ -66,6 +66,8 @@ Feature Requests:
#include "ana/api/ana.hpp"
class config;
/** Namespace of the asynchronous network API. */
namespace network
{

View File

@ -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);

View File

@ -17,6 +17,7 @@
#include "map_location.hpp"
#include "pathutils.hpp"
#include "terrain_translation.hpp"
#include "variable.hpp"
class config;