#include <iostream>
#include <boost/shared_ptr.hpp>
#include "Interpreter.h"
#include "InstancePool.h"
#include "EntityTemplate.h"
#include "EntityInstance.h"
#include "EntityTemplateTable.h"
#include "BehaviorTemplateTable.h"
#include "backend/RenderSystem.h"
#include "util/Timer.h"
Go to the source code of this file.
Namespaces | |
namespace | green |
Classes | |
class | green::EntityPool |
Defines | |
#define | ENTITY_POOL_CAST(x) boost::dynamic_pointer_cast<EntityPool>(x) |
Typedefs | |
typedef boost::shared_ptr< EntityPool > | green::EntityPoolPtr |