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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp index 5f9e7bd..fda8009 100644 --- a/src/map.cpp +++ b/src/map.cpp
@@ -1,5 +1,5 @@
1#include "map.h" 1#include "map.h"
2#include "mapview.h" 2#include "game.h"
3 3
4Map::Map(char* filename) 4Map::Map(char* filename)
5{ 5{