summary refs log tree commit diff stats
path: root/src/entityfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entityfactory.h')
-rw-r--r--src/entityfactory.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/entityfactory.h b/src/entityfactory.h index a35b5f7..7b8f399 100644 --- a/src/entityfactory.h +++ b/src/entityfactory.h
@@ -1,11 +1,10 @@
1#ifndef ENTITYFACTORY_H 1#ifndef ENTITYFACTORY_H
2#define ENTITYFACTORY_H 2#define ENTITYFACTORY_H
3 3
4#include "entity.h"
5#include <memory>
6#include <string> 4#include <string>
7#include <map> 5
8#include "map.h" 6class Entity;
7class Map;
9 8
10class EntityFactory { 9class EntityFactory {
11 public: 10 public: