quakeforge/ruamoko/lib/debug.r
Bill Currie f94d5e9fdb [ruamoko] Correct decls for functions using PF_VarString
Need to ensure va_list gets into the arguments so PF_VarString can work
with Ruamoko progs.
2022-02-04 22:31:36 +09:00

10 lines
273 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;