Doxygen comments added

Dependencies:   mbed Gamepad N5110

Revision:
3:5409b50b01b0
Child:
6:bc580b480ac8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bird/Bird.cpp	Tue Apr 23 17:09:28 2019 +0000
@@ -0,0 +1,29 @@
+#include "Bird.h"
+
+//Bird::Bird() 
+//{
+
+//}
+
+
+
+//Bird::~Bird()
+//{
+    
+//}
+
+
+    
+    //void Bird::init(int xvalue,int yvalue) {
+        
+        //xvalue = _xvalue;
+        //yvalue = _yvalue;
+    //}
+    
+    
+    
+    //void Bird::draw(N5110 &lcd) {
+    
+        //lcd.drawSprite(_xvalue,_yvalue,6,6,(int*)movingbird);
+        //}
+        
\ No newline at end of file