Orxonox
0.0.5 Codename: Arcturus
|
#include "ControllableEntity.h"
#include <OgreSceneManager.h>
#include <OgreSceneNode.h>
#include "core/CoreIncludes.h"
#include "core/config/ConfigValueIncludes.h"
#include "core/GameMode.h"
#include "core/XMLPort.h"
#include "network/NetworkFunctionIncludes.h"
#include "Scene.h"
#include "Level.h"
#include "infos/PlayerInfo.h"
#include "controllers/NewHumanController.h"
#include "graphics/Camera.h"
#include "worldentities/CameraPosition.h"
#include "overlays/OverlayGroup.h"
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
orxonox::RegisterClass (ControllableEntity) | |
orxonox::registerMemberNetworkFunction (ControllableEntity, fire) | |
orxonox::registerMemberNetworkFunction (ControllableEntity, setTargetInternal) | |