Blender V2.61 - r43446
Classes | Typedefs

SCA_LogicManager.h File Reference

#include <vector>
#include <set>
#include <map>
#include <list>
#include "CTR_Map.h"
#include "STR_HashedString.h"
#include "Value.h"
#include "SG_QList.h"
#include "KX_HashedPtr.h"
#include "SCA_ILogicBrick.h"
#include "SCA_IActuator.h"
#include "SCA_EventManager.h"

Go to the source code of this file.

Classes

class  SCA_LogicManager

Typedefs

typedef std::list< class
SCA_IController * > 
controllerlist
typedef std::map< class
SCA_ISensor *, controllerlist
sensormap_t

Typedef Documentation

typedef std::list<class SCA_IController*> controllerlist

Definition at line 52 of file SCA_LogicManager.h.

typedef std::map<class SCA_ISensor*,controllerlist > sensormap_t

Definition at line 53 of file SCA_LogicManager.h.