Stick_Runner

Dependencies:   FXOS8700CQ Gamepad N5110 SDFileSystem mbed

Revision:
1:db9ff66f67c8
Parent:
0:12cfe63faa6a
Child:
2:98a41609c827
--- a/Gems/Gems.h	Fri Apr 28 09:00:21 2017 +0000
+++ b/Gems/Gems.h	Fri Apr 28 16:30:47 2017 +0000
@@ -13,18 +13,19 @@
     ~Gems();
     void init();
     void draw(N5110 &lcd);
-    void update();
-    void Gems_Status(Vector2D p);
-    void Gems_Score(Vector2D p);
+    void updateGems();
+    void gemStatus(Vector2D p);
+    int gemScore();
     void add_score();
     int get_score();
-    Vector2D get_pos();
-    bool get_status();
+    Vector2D getGemPos();
+    bool getGemStatus();
+   // int counter;
 
 private:
-int _x;
-int _y;
-bool _status;
-int counter;
+ int gemPosX;
+    int gemPosY;
+bool gStatus;
+
 };
 #endif
\ No newline at end of file