added DASSERT
[physics.git] / src / debug.h
index c9c5e7a..2862cc2 100644 (file)
@@ -31,6 +31,8 @@ namespace debug
     void clean();
 }
 
+void DASSERT(bool fBreak);
+
 // comment out when not debugging
 #define DEBUGGING