created basic threads
[physics.git] / src / debug.h
index 5fc114b..517c0c6 100644 (file)
 #define DEBUG_H
 
 #include <iostream>
-using std::cerr;
 using std::cout;
+using std::cerr;
 using std::endl;
 
+void DPF(int level, const char* pstr);
 
 // comment out when not debugging
 #define DEBUGGING
 
+// comment out to suppress warnings
+#define WARNINGS
+
 // comment out to prevent FPS and UPS printing
 #define FPSUPS