mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
finally, the client console is merged
This commit is contained in:
parent
778af4276e
commit
c86c5a78bf
19 changed files with 300 additions and 1675 deletions
|
@ -434,6 +434,9 @@ static general_data_t plugin_info_general_data;
|
|||
static console_funcs_t plugin_info_console_funcs = {
|
||||
C_Print,
|
||||
C_ProcessInput,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
};
|
||||
static console_data_t plugin_info_console_data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue