From 879c2c04d9c3879f871cfe79f9b25fd23c5184b4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 11 Jun 2015 11:38:49 -0400 Subject: Wrote EntityManager --- src/entityfactory.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/entityfactory.h (limited to 'src/entityfactory.h') diff --git a/src/entityfactory.h b/src/entityfactory.h deleted file mode 100644 index 56f7216..0000000 --- a/src/entityfactory.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef ENTITYFACTORY_H -#define ENTITYFACTORY_H - -#include -#include - -class Entity; -class Map; - -class EntityFactory { - public: - static std::shared_ptr createNamedEntity(const std::string name, const std::map& items); -}; - -#endif -- cgit 1.4.1