quakeforge/ruamoko/lib/cmd.r
Bill Currie cdc1f0c5e7 [libr] Treat ruamoko headers as system headers
Now that qfcc actually supports them properly.
2020-03-03 15:24:41 +09:00

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;