quakeforge/ruamoko/lib/debug.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

10 lines
252 B
R

#include <debug.h>
void abort (void) = #6;
void coredump (void) = #28;
void traceon (void) = #29;
void traceoff (void) = #30;
void eprint (entity e) = #31;
void dprint (string str) = #25;
void error (string str) = #10;
void objerror (string e) = #11;