Doxygen comments added

Dependencies:   mbed Gamepad N5110

Revision:
8:d91564c0f337
Parent:
7:05f433e196d6
--- a/FlappyBirdEngine/FlappyBirdEngine.h	Mon May 06 22:55:38 2019 +0000
+++ b/FlappyBirdEngine/FlappyBirdEngine.h	Tue May 07 11:44:52 2019 +0000
@@ -13,6 +13,7 @@
     void display_score(N5110 &lcd, Gamepad &pad);
     bool check_for_highscore(int highscore);
     void update_highscore(int highscore);
+    int add_score(int score, int pipe_x,int bird_x,int pipe_width);
     
     private: