Nemesis game, fourth enemy

Revision:
3:c94be48251b5
Parent:
2:1f2d27210997
diff -r 1f2d27210997 -r c94be48251b5 Enemy4.h
--- a/Enemy4.h	Tue May 02 22:14:30 2017 +0000
+++ b/Enemy4.h	Wed May 03 20:04:16 2017 +0000
@@ -6,6 +6,17 @@
 #include "Gamepad.h"
 #include "Friendly.h"
 
+/** Enemy4 Class
+@brief Used for generating the fourth enemy ship in the Nemesis game. Includes drawing and updating functions. 
+@brief Incorporates N5110.h file by Craig A. Evans.
+
+@brief Revision 1.0
+
+@author Musallam M. M. Bseiso
+@date   3rd May 2017
+*/
+
+
 class Enemy4
 {
 
@@ -31,6 +42,8 @@
     /** Draw Enemy4
     *   
     *   Draws the fourth enemy ship onto the LCD, in accordance with the parameters initialized in the "init" method.
+    *   @param N5110 - nokia LCD library
+    *   @param lcd - pointer to nokia LCD library
     */
     void draw(N5110 &lcd);