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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entityfactory.h b/src/entityfactory.h index 7b8f399..870d6d5 100644 --- a/src/entityfactory.h +++ b/src/entityfactory.h
@@ -8,7 +8,7 @@ class Map;
8 8
9class EntityFactory { 9class EntityFactory {
10 public: 10 public:
11 static std::shared_ptr<Entity> createNamedEntity(const std::string name, const Map& map); 11 static std::shared_ptr<Entity> createNamedEntity(const std::string name);
12}; 12};
13 13
14#endif 14#endif