Orxonox
0.0.5 Codename: Arcturus
|
#include "GSMainMenu.h"
#include <OgreSceneManager.h>
#include "core/config/ConfigValueIncludes.h"
#include "core/CoreIncludes.h"
#include "core/Game.h"
#include "core/GraphicsManager.h"
#include "core/GUIManager.h"
#include "core/command/ConsoleCommandIncludes.h"
#include "core/input/KeyBinderManager.h"
#include "network/Client.h"
#include "util/StringUtils.h"
#include "LevelManager.h"
#include "Scene.h"
#include "sound/AmbientSound.h"
#include "core/input/InputManager.h"
#include "core/input/InputState.h"
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
orxonox::DeclareGameState (GSMainMenu,"mainMenu", false, true) | |
orxonox::RegisterAbstractClass (GSMainMenu).inheritsFrom< Configurable >() | |
orxonox::SetConsoleCommand (__CC_startStandalone_name,&GSMainMenu::startStandalone).defaultValues("").deactivate() | |
orxonox::SetConsoleCommand (__CC_startServer_name,&GSMainMenu::startServer).defaultValues("").deactivate() | |
orxonox::SetConsoleCommand (__CC_startClient_name,&GSMainMenu::startClient).defaultValues("").deactivate() | |
orxonox::SetConsoleCommand (__CC_startDedicated_name,&GSMainMenu::startDedicated).defaultValues("").deactivate() | |
orxonox::SetConsoleCommand (__CC_setMainMenuSoundPath_name,&GSMainMenu::setMainMenuSoundPath).hide() | |
Variables | |
static const std::string | orxonox::__CC_setMainMenuSoundPath_name = "setMMSoundPath" |
static const std::string | orxonox::__CC_startClient_name = "startClient" |
static const std::string | orxonox::__CC_startDedicated_name = "startDedicated" |
static const std::string | orxonox::__CC_startServer_name = "startServer" |
static const std::string | orxonox::__CC_startStandalone_name = "startGame" |