Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs | Functions | Variables
CConsole.h File Reference
#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

CConsoleg_Console
 

Macro Definition Documentation

#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 Documentation

typedef shared_ptr<CShaderProgram> CShaderProgramPtr

Definition at line 35 of file CConsole.h.

Function Documentation

InReaction conInputHandler ( const SDL_Event_ ev)

Definition at line 694 of file CConsole.cpp.

Variable Documentation

CConsole* g_Console

Definition at line 46 of file CConsole.cpp.