aboutsummaryrefslogtreecommitdiff
path: root/dep/include/g3dlite/G3D/debug.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-17 15:35:07 -0700
committermaximius <none@none>2009-10-17 15:35:07 -0700
commit26b5e033ffde3d161382fc9addbfa99738379641 (patch)
treea344f369ca32945f787a02dee35c3dbe342bed7e /dep/include/g3dlite/G3D/debug.h
parentf21f47005dcb6b76e1abc9f35fbcd03eed191bff (diff)
*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand)
*Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
Diffstat (limited to 'dep/include/g3dlite/G3D/debug.h')
-rw-r--r--dep/include/g3dlite/G3D/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dep/include/g3dlite/G3D/debug.h b/dep/include/g3dlite/G3D/debug.h
index 408dd3ea146..e889eff31a8 100644
--- a/dep/include/g3dlite/G3D/debug.h
+++ b/dep/include/g3dlite/G3D/debug.h
@@ -1,12 +1,9 @@
#ifndef G3D_LITE_DEBUG_H
#define G3D_LITE_DEBUG_H
-
#define debugStatement(x)
#define debugAssert(x)
#define debugAssertM(x, y)
#define alwaysAssertM(x, y)
-
#endif
-