From 647dddf98545a7df44137e9285229a33184f9552 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 10 Nov 2007 14:28:58 +0000 Subject: deug messages --- src/common/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/console.h') diff --git a/src/common/console.h b/src/common/console.h index 5f80e73..b661afc 100644 --- a/src/common/console.h +++ b/src/common/console.h @@ -15,6 +15,8 @@ /// global define to send a warning message to the system console #define conwarn common::Console::instance->warning() +#define DEBUG 1 + #ifdef DEBUG /// global define to send a debug message to the system console #define condebug common::Console::instance->debug() -- cgit v1.2.3