Data Structures | |
struct | console_data_s |
struct | console_funcs_s |
Typedefs | |
typedef struct console_data_s | console_data_t |
typedef struct console_funcs_s | console_funcs_t |
typedef void(* | P_C_CheckResize )(void) |
typedef void(* | P_C_DrawConsole )(void) |
typedef void(* | P_C_KeyEvent )(knum_t key, short unicode, qboolean down) |
typedef void(* | P_C_NewMap )(void) |
typedef void(* | P_C_Print )(const char *fmt, va_list args) |
typedef void(* | P_C_ProcessInput )(void) |
typedef struct console_data_s console_data_t |
typedef struct console_funcs_s console_funcs_t |
typedef void(* P_C_CheckResize)(void) |
typedef void(* P_C_DrawConsole)(void) |
typedef void(* P_C_NewMap)(void) |
typedef void(* P_C_Print)(const char *fmt, va_list args) |
typedef void(* P_C_ProcessInput)(void) |