mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 10:33:25 +00:00
Header cleanup.
This commit is contained in:
parent
96175cda15
commit
ba9c3363fb
@ -17,6 +17,7 @@
|
|||||||
#include "gettext.hpp"
|
#include "gettext.hpp"
|
||||||
#include "image.hpp"
|
#include "image.hpp"
|
||||||
#include "log.hpp"
|
#include "log.hpp"
|
||||||
|
#include "map.hpp"
|
||||||
#include "minimap.hpp"
|
#include "minimap.hpp"
|
||||||
#include "team.hpp"
|
#include "team.hpp"
|
||||||
#include "wml_exception.hpp"
|
#include "wml_exception.hpp"
|
||||||
|
@ -14,11 +14,10 @@
|
|||||||
#ifndef MINIMAP_HPP_INCLUDED
|
#ifndef MINIMAP_HPP_INCLUDED
|
||||||
#define MINIMAP_HPP_INCLUDED
|
#define MINIMAP_HPP_INCLUDED
|
||||||
|
|
||||||
#include "map.hpp"
|
|
||||||
#include "sdl_utils.hpp"
|
#include "sdl_utils.hpp"
|
||||||
|
|
||||||
|
class gamemap;
|
||||||
class team;
|
class viewpoint;
|
||||||
|
|
||||||
namespace image {
|
namespace image {
|
||||||
///function to create the minimap for a given map
|
///function to create the minimap for a given map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user