summary refs log tree commit diff stats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h index 4e661ab..22333aa 100644 --- a/src/map.h +++ b/src/map.h
@@ -34,6 +34,7 @@ class Map {
34 struct EntityData { 34 struct EntityData {
35 std::string name; 35 std::string name;
36 std::pair<int, int> position; 36 std::pair<int, int> position;
37 std::map<std::string, int> items;
37 }; 38 };
38 39
39 struct Adjacent { 40 struct Adjacent {