mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8ebef28b7a
separated out into an independent interpreter.
6 lines
170 B
R
6 lines
170 B
R
#include "cmd.h"
|
|
|
|
void (string name, void () func) Cmd_AddCommand = #0;
|
|
integer () Cmd_Argc = #0;
|
|
string (integer arg) Cmd_Argv = #0;
|
|
string (integer arg) Cmd_Args = #0;
|