Nemesis game, first enemy

Revision:
8:2ced844d8292
Parent:
7:3d951a743dbe
--- a/Enemy1.h	Tue May 02 22:13:59 2017 +0000
+++ b/Enemy1.h	Wed May 03 20:03:46 2017 +0000
@@ -6,6 +6,17 @@
 #include "Gamepad.h"
 #include "Friendly.h"
 
+/** Enemy1 Class
+@brief Used for generating the first 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 Enemy1
 {
 
@@ -31,6 +42,8 @@
     /** Draw Enemy1
     *   
     *   Draws the first 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);