diff options
Diffstat (limited to 'src/resources/mapreader.h')
-rw-r--r-- | src/resources/mapreader.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h index be38afeb..f37a67c3 100644 --- a/src/resources/mapreader.h +++ b/src/resources/mapreader.h @@ -24,11 +24,14 @@ #ifndef _INCLUDED_MAPREADER_H #define _INCLUDED_MAPREADER_H -#include "../map.h" -#include "../graphic/spriteset.h" -#include <libxml/tree.h> #include <vector> +#include <libxml/tree.h> + +#include "../graphic/spriteset.h" + +class Map; + /** * A tileset, which is basically just a spriteset but it stores a firstgid. */ |