added some thread safty ... much more still needed
[physics.git] / src / debug.h
index 517c0c6..c9c5e7a 100644 (file)
@@ -25,6 +25,12 @@ using std::endl;
 
 void DPF(int level, const char* pstr);
 
+namespace debug
+{
+    void init();
+    void clean();
+}
+
 // comment out when not debugging
 #define DEBUGGING