added phonies to make, added fps to debug
[physics.git] / src / debug.h
index c8dfdb4..1a9fc02 100644 (file)
@@ -4,6 +4,9 @@
 // comment out when not debugging
 #define DEBUGGING
 
+// comment out to prevent FPS and UPS printing
+#define FPSUPS
+
 #include <iostream>
 using std::cerr;
 using std::cout;