Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/games/music/debug.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
extern int debug;
2
 
3
enum {
4
	DBGSERVER	= 0x01,
5
	DBGCONTROL	= 0x02,
6
	DBGCTLGRP	= 0x04,
7
	DBGPICKLE	= 0x08,
8
	DBGSTATE	= 0x10,
9
	DBGPLAY		= 0x20,
10
	DBGPUMP		= 0x40,
11
	DBGTHREAD	= 0x80,
12
	DBGFILEDUMP	= 0x100,
13
};