OCE 360 Assignment #4

Dependents:   Barros_Assignment4

Revision:
1:a2dda7baafaa
Parent:
0:9591bae8d04c
Child:
2:6ba843cde0bb
--- a/physics_ball.h	Tue Oct 31 12:59:49 2017 +0000
+++ b/physics_ball.h	Tue Oct 31 14:51:13 2017 +0000
@@ -23,7 +23,7 @@
         
         float time_step;
          
-        void update(float time_step, int posx, int posy, int speedx, int speedy, MMA8452Q & accel); 
+        void update(float time_step, MMA8452Q & accel); 
         // Calculates new ball position given time elapsed since last position
         
         void define_space(int width, int height);