Pyrogenesis  trunk
Classes | Macros | Functions | Variables
CConsole.h File Reference
#include <stdarg.h>
#include <string>
#include <deque>
#include <map>
#include "graphics/ShaderProgramPtr.h"
#include "lib/file/vfs/vfs_path.h"
#include "lib/input.h"
#include "ps/CStr.h"
#include "ps/ThreadUtil.h"
Include dependency graph for CConsole.h:
This graph shows which files directly or indirectly include this file:

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   "mono-10"
 

Functions

InReaction conInputHandler (const SDL_Event_ *ev)
 

Variables

CConsoleg_Console
 

Macro Definition Documentation

#define CONSOLE_BUFFER_SIZE   1024
#define CONSOLE_FONT   "mono-10"
#define CONSOLE_MESSAGE_SIZE   1024

Function Documentation

InReaction conInputHandler ( const SDL_Event_ ev)

Variable Documentation

CConsole* g_Console