mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
045e52cf14
protection macros consistent
13 lines
316 B
C
13 lines
316 B
C
#ifndef __ruamoko_debug_h
|
|
#define __ruamoko_debug_h
|
|
|
|
//FIXME@extern void () break;
|
|
@extern void (string e) error;
|
|
@extern void (string e) objerror;
|
|
@extern void (string s) dprint;
|
|
@extern void () coredump;
|
|
@extern void () traceon;
|
|
@extern void () traceoff;
|
|
@extern void (entity e) eprint;
|
|
|
|
#endif//__ruamoko_debug_h
|