fixed bug in make file wrt INCDIRS
[physics.git] / src / debug.h
index c9c5e7a..6085003 100644 (file)
@@ -31,14 +31,10 @@ namespace debug
     void clean();
 }
 
+void DASSERT(bool fBreak);
+
 // comment out when not debugging
 #define DEBUGGING
 
-// comment out to suppress warnings
-#define WARNINGS
-
-// comment out to prevent FPS and UPS printing
-#define FPSUPS
-
 
 #endif // DEBUG_H