mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
ad6e025a91
renovations. cmd_source handling is a little hacky in nq, but it's working.
7 lines
207 B
R
7 lines
207 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;
|
|
void (string value) Cmd_Return = #0;
|