added ball to ball collisions
[physics.git] / src / debug.h
index 5fc114b..9460055 100644 (file)
@@ -27,6 +27,9 @@ using std::endl;
 // comment out when not debugging
 #define DEBUGGING
 
+// comment out to supress warnings
+#define WARNINGS
+
 // comment out to prevent FPS and UPS printing
 #define FPSUPS