Pyrogenesis
13997
|
#include <stdarg.h>
#include <string>
#include <deque>
#include <map>
#include "lib/input.h"
#include "lib/file/vfs/vfs_path.h"
#include "ps/CStr.h"
#include "ps/ThreadUtil.h"
Go to the source code of this file.
Classes | |
class | CConsole |
In-game console. More... | |
Macros | |
#define | CONSOLE_BUFFER_SIZE 1024 |
#define | CONSOLE_MESSAGE_SIZE 1024 |
#define | CONSOLE_FONT L"mono-10" |
Typedefs | |
typedef shared_ptr < CShaderProgram > | CShaderProgramPtr |
Functions | |
InReaction | conInputHandler (const SDL_Event_ *ev) |
Variables | |
CConsole * | g_Console |
#define CONSOLE_BUFFER_SIZE 1024 |
Definition at line 40 of file CConsole.h.
#define CONSOLE_FONT L"mono-10" |
Definition at line 43 of file CConsole.h.
#define CONSOLE_MESSAGE_SIZE 1024 |
Definition at line 41 of file CConsole.h.
typedef shared_ptr<CShaderProgram> CShaderProgramPtr |
Definition at line 35 of file CConsole.h.
InReaction conInputHandler | ( | const SDL_Event_ * | ev | ) |
Definition at line 694 of file CConsole.cpp.
CConsole* g_Console |
Definition at line 46 of file CConsole.cpp.