ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
17:67dbdfcdcec2
Parent:
16:8a65cccd9685
Child:
18:6be4c3c94a3d
--- a/Sprite/Background.h	Wed May 13 23:07:05 2020 +0000
+++ b/Sprite/Background.h	Thu May 14 01:07:27 2020 +0000
@@ -51,4 +51,12 @@
 
 };
 
+class Background {
+    public:
+    
+        Background();
+        ~Background();
+        
+        //void moveWater();
+};
 #endif
\ No newline at end of file