#include "Base/spStandard.hpp"#include "Base/spInputOutputControl.hpp"#include "Base/spTimer.hpp"#include "Base/spMaterialConfigTypes.hpp"#include "Base/spInputOutputString.hpp"#include "Base/spBaseExceptions.hpp"#include "RenderSystem/spRenderSystemFont.hpp"#include "Framework/Tools/spUtilityCommandLineTasks.hpp"Go to the source code of this file.
Classes | |
| class | sp::tool::CommandLineUI |
| struct | sp::tool::CommandLineUI::STextLine |
| struct | sp::tool::CommandLineUI::SCursor |
| struct | sp::tool::CommandLineUI::SMemento |
| struct | sp::tool::CommandLineUI::SCommand |
| struct | sp::tool::CommandLineUI::SHelpLine |
Namespaces | |
| namespace | sp |
!! | |
| namespace | sp::tool |
This namespace contains all extendet tools for particular game development which should be used in a level editor. | |
Enumerations | |
| enum | sp::tool::ECommandLineFlags { sp::tool::CMDFLAG_SCROLL = 0x01, sp::tool::CMDFLAG_MEMENTO = 0x02, sp::tool::CMDFLAG_DISABLE_INPUT = 0x04, sp::tool::CMDFLAG_COMMON } |
Command line user interface options. More... | |
1.7.1