#include <boost/shared_ptr.hpp>
#include "EntityInstance.h"
#include "TemplateTable.h"
#include "EntityTemplate.h"
#include "BehaviorTemplateTable.h"
#include "LibraryEntities.h"
#include "util/Error.h"
Go to the source code of this file.
Namespaces | |
namespace | green |
Classes | |
class | green::EntityTemplateTable |
Defines | |
#define | ENTITY_TEMPLATE_TABLE_CAST(x) boost::dynamic_pointer_cast<EntityTemplateTable>(x) |
Typedefs | |
typedef boost::shared_ptr< EntityTemplateTable > | green::EntityTemplateTablePtr |