clean outputs
[physics.git] / src / debug.h
index 5fc114b..1fb0131 100644 (file)
 #ifndef DEBUG_H
 #define DEBUG_H
 
-#include <iostream>
-using std::cerr;
-using std::cout;
-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
+//#define FPSUPS
 
 
 #endif // DEBUG_H