mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
6 lines
158 B
R
6 lines
158 B
R
#include "cmd.h"
|
|
|
|
void (string name, void () func) Cmd_AddCommand = #0;
|
|
int () Cmd_Argc = #0;
|
|
string (int arg) Cmd_Argv = #0;
|
|
string (int arg) Cmd_Args = #0;
|