DDraceNetwork Documentation
Loading...
Searching...
No Matches
console.cpp File Reference
#include <base/color.h>
#include <base/log.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/client/checksum.h>
#include <engine/shared/protocol.h>
#include <engine/storage.h>
#include "config.h"
#include "console.h"
#include "linereader.h"
#include <algorithm>
#include <iterator>
#include <new>
Include dependency graph for console.cpp:

Functions

static LOG_COLOR ColorToLogColor (ColorRGBA Color)
 
std::unique_ptr< IConsoleCreateConsole (int FlagMask)
 

Function Documentation

◆ ColorToLogColor()

static LOG_COLOR ColorToLogColor ( ColorRGBA  Color)
static

◆ CreateConsole()

std::unique_ptr< IConsole > CreateConsole ( int  FlagMask)