Nemesis game, second enemy

Revision:
8:722dec08a18c
Parent:
7:56bb2fb8b9f3
--- a/Enemy2.h	Tue May 02 22:14:15 2017 +0000
+++ b/Enemy2.h	Wed May 03 20:04:00 2017 +0000
@@ -6,6 +6,17 @@
 #include "Gamepad.h"
 #include "Friendly.h"
 
+/** Enemy2 Class
+@brief Used for generating the second 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 Enemy2
 {
 
@@ -31,6 +42,8 @@
     /** Draw Enemy2
     *   
     *   Draws the second 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);