more debug changes
[physics.git] / src / debug.h
index d1bc04d..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
@@ -31,10 +27,7 @@ using std::endl;
 #define WARNINGS
 
 // comment out to prevent FPS and UPS printing
-#define FPSUPS
-
-
-void DPF(int level, const char* pstr);
+//#define FPSUPS
 
 
 #endif // DEBUG_H