class for obstacles in Car_race game

Revision:
10:515df7535b2f
Parent:
9:d5f90988545e
Child:
11:c0922d4fda7b
--- a/Obstacles.h	Fri Apr 21 21:45:49 2017 +0000
+++ b/Obstacles.h	Tue May 02 22:25:19 2017 +0000
@@ -18,7 +18,7 @@
    void draw(N5110 &lcd,int seed);
    void update(N5110 &lcd);
    void addScore(N5110 &lcd);
-   void updateScore(int Event);
+   void updateScore();
    int getScore();
    int getTotalScore();