Class that holds references to all Entities. More...
#include <EntityRepository.hpp>
Public Member Functions | |
void | addEntity (shared_ptr< Entity > entity) |
shared_ptr< Entity > | getEntity (std::string entityName) |
shared_ptr< Entity > | getOrCreateEntity (std::string entityName) |
Class that holds references to all Entities.
Definition at line 53 of file EntityRepository.hpp.