mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
11 lines
240 B
R
11 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;
|