Blender V2.61 - r43446
|
#include "KX_PhysicsEngineEnums.h"
#include <vector>
#include <set>
#include <list>
#include "CTR_Map.h"
#include "CTR_HashedPtr.h"
#include "SG_IObject.h"
#include "SCA_IScene.h"
#include "MT_Transform.h"
#include "RAS_FramingManager.h"
#include "RAS_Rect.h"
#include "PyObjectPlus.h"
#include "RAS_2DFilterManager.h"
Go to the source code of this file.
Classes | |
class | KX_Scene |
struct | KX_Scene::CullingInfo |
Defines | |
#define | IS_TAGGED(_id) ((_id) && (((ID *)_id)->flag & LIB_DOIT)) |
Typedefs | |
typedef std::vector< KX_Scene * > | KX_SceneList |
Definition in file KX_Scene.h.
#define IS_TAGGED | ( | _id | ) | ((_id) && (((ID *)_id)->flag & LIB_DOIT)) |
Definition at line 96 of file KX_Scene.h.
typedef std::vector<KX_Scene*> KX_SceneList |
Definition at line 666 of file KX_Scene.h.