Fork of bouncing_ball by Stephen Licht

Revision:
5:dd8df17df666
Parent:
4:2c97532a9aa7
--- a/bouncing_ball.h	Tue Nov 14 14:18:35 2017 +0000
+++ b/bouncing_ball.h	Tue Nov 14 14:57:59 2017 +0000
@@ -17,6 +17,7 @@
 #define DEFAULT_COLOR 0
 #define DEFAULT_RADIUS 10
 #define GRAVITY 9.81
+#define BUFFER 1
 
 // Class declaration
 class physics_ball