added DASSERT
[physics.git] / src / debug.h
index 517c0c6..2862cc2 100644 (file)
@@ -25,6 +25,14 @@ using std::endl;
 
 void DPF(int level, const char* pstr);
 
+namespace debug
+{
+    void init();
+    void clean();
+}
+
+void DASSERT(bool fBreak);
+
 // comment out when not debugging
 #define DEBUGGING