mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
10 lines
240 B
R
10 lines
240 B
R
#include "debug.h"
|
|
|
|
//FIXME void () break = #6;
|
|
void (string e) error = #10;
|
|
void (string e) objerror = #11;
|
|
void (string s) dprint = #25;
|
|
void () coredump = #28;
|
|
void () traceon = #29;
|
|
void () traceoff = #30;
|
|
void (entity e) eprint = #31;
|