#include <entity_factory.h>

Public Member Functions | |
| virtual IEntity * | CreateEntity (const picojson::object &val)=0 | 
| returns a pointer to a newly created entity  | |
USAGE: This class is meant to be inhereted by your own entity factory classes Implement this class to manage the creation of entity objects in your system.
 1.8.13