summary refs log tree commit diff stats
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp index 8c1c6f0..2be5071 100644 --- a/src/map.cpp +++ b/src/map.cpp
@@ -5,6 +5,7 @@
5#include <libxml/parser.h> 5#include <libxml/parser.h>
6#include <map> 6#include <map>
7#include "entityfactory.h" 7#include "entityfactory.h"
8#include "entity.h"
8 9
9static std::map<std::string, Map> maps; 10static std::map<std::string, Map> maps;
10 11