mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
4bd37e7b64
Doxygen hates the QuakeC-style function prototypes we use, so switch to the C-style prototypes.
10 lines
252 B
R
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;
|