ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
4:55d904040636
Parent:
3:1a134243e2f0
Child:
5:0a116644cce2
diff -r 1a134243e2f0 -r 55d904040636 boom/boom.h
--- a/boom/boom.h	Sun Apr 15 17:36:29 2018 +0000
+++ b/boom/boom.h	Mon Apr 16 00:11:15 2018 +0000
@@ -11,7 +11,7 @@
    ~boom();
    void init(int x,int y);
    void draw(N5110 &lcd);
-   void update(Direction d,float mag);
+   void update();
    Vector2D get_pos();
 
 private: