quakeforge/ruamoko/lib/debug.r
Bill Currie 07f897122f [ruamoko] Fix several builtin declarations
Trying to build and run frikbot with ruamoko progs found a pile off
issues.
2022-11-12 14:39:18 +09:00

10 lines
264 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 s) = #25;
void error (.../*string str*/) = #10;
void objerror (.../*string e*/) = #11;