File: debug.h

package info (click to toggle)
doomlegacy 1.32beta4-3
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 6,768 kB
  • ctags: 13,999
  • sloc: ansic: 110,665; asm: 1,413; makefile: 915; pascal: 63
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13

#define DEBUG_PIPE_NAME "\\PIPE\\DebugWindow"

#define ID_DEBUGAPPNAME                  1000
#define ID_DEBUGKEYNAME                  1001


void  Debug( char *format, ...);
void  Debug2( FILE*, char *format, ...);
int   outToPipe( char c);

//#define printf Debug
#define fprintf Debug2