mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
cdc1f0c5e7
Now that qfcc actually supports them properly.
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;
|