#include <iostream>
#include <sstream>
#include <boost/shared_ptr.hpp>
#include "util/Error.h"
#include "backend/Application.h"
#include "backend/RenderSystem.h"
#include "System.h"
#include "EntityTemplateTable.h"
#include "BehaviorTemplateTable.h"
#include "MessageTemplateTable.h"
#include "MessagePool.h"
#include "EntityPool.h"
#include "util/Timer.h"
#include "LibraryMessages.h"
#include "LibraryBehaviors.h"
#include "LibraryEntities.h"
#include "parser/ProjFileParser.h"
Go to the source code of this file.
Namespaces | |
namespace | green |
Classes | |
class | green::GRunApplication |
Typedefs | |
typedef boost::shared_ptr< GRunApplication > | green::GRunApplicationPtr |