1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-02-02 00:46:55 +01:00

added a debug-writer for debugging to console

This commit is contained in:
mrsmola 2007-02-18 10:17:16 +00:00
parent 3373a22094
commit 7d3c1d80b4

View File

@ -88,6 +88,7 @@
#define stat5 status[5] #define stat5 status[5]
#define debug const_int("int_debug") #define debug const_int("int_debug")
#define debug_writer const_int("int_debug_writer")
/** /**
* Exit codes. * Exit codes.