![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Headers/GUIConsole.h"
#include "CEGUIAddons/Headers/CEGUIFormattedListBox.h"
#include "Headers/GUI.h"
#include "Headers/GUIConsoleCommandParser.h"
#include "Core/Headers/Configuration.h"
#include "Core/Headers/PlatformContext.h"
#include "Utility/Headers/Localization.h"
#include "Platform/Headers/PlatformRuntime.h"
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::anonymous_namespace{GUIConsole.cpp} |
Variables | |
constexpr U32 | Divide::anonymous_namespace{GUIConsole.cpp}::CEGUI_MAX_CONSOLE_ENTRIES = Config::Build::IS_DEBUG_BUILD ? 128 : 512 |
Maximum number of lines to display in the console Window. | |