Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2007-11-10 14:28:58 +0000
committerStijn Buys <ingar@osirion.org>2007-11-10 14:28:58 +0000
commit647dddf98545a7df44137e9285229a33184f9552 (patch)
tree82e93febf2028372ab1519184d27da571365a45f /src/common/console.h
parentbb24e4ad543c3a739625778b9854c49688c8204f (diff)
deug messages
Diffstat (limited to 'src/common/console.h')
-rw-r--r--src/common/console.h2
1 files changed, 2 insertions, 0 deletions
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()