Life entity (base class). Written for OOP Review.

Dependencies:   armoured_vehicle enemy player

Dependents:   OOP_Review

Files at this revision

API Documentation at this revision

Comitter:
Nakor
Date:
Fri Apr 01 01:30:46 2011 +0000
Parent:
0:cee9139ed454
Commit message:
Documentation.

Changed in this revision

armoured_vehicle.lib Show annotated file Show diff for this revision Revisions of this file
enemy.lib Show annotated file Show diff for this revision Revisions of this file
life_entity.h Show annotated file Show diff for this revision Revisions of this file
player.lib Show annotated file Show diff for this revision Revisions of this file
--- a/armoured_vehicle.lib	Thu Mar 31 19:56:40 2011 +0000
+++ b/armoured_vehicle.lib	Fri Apr 01 01:30:46 2011 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/Nakor/code/armoured_vehicle/#915b6c03bd04
+http://mbed.org/users/Nakor/code/armoured_vehicle/#f0201a296a0d
--- a/enemy.lib	Thu Mar 31 19:56:40 2011 +0000
+++ b/enemy.lib	Fri Apr 01 01:30:46 2011 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/Nakor/code/enemy/#91a68e5fd4b8
+http://mbed.org/users/Nakor/code/enemy/#59274d3772ec
--- a/life_entity.h	Thu Mar 31 19:56:40 2011 +0000
+++ b/life_entity.h	Fri Apr 01 01:30:46 2011 +0000
@@ -11,9 +11,6 @@
  * Example:
  * @code
  * // Create a pointer to a life_entity object.
- * #include "mbed.h"
- * #include "uOLED.h"
- *
  * life_entity *currentEnemy; 
  *
  * int main()
@@ -35,9 +32,6 @@
      * Example:
      * @code
      * // Create a pointer to a life_entity object.
-     * #include "mbed.h"
-     * #include "uOLED.h"
-     *
      * life_entity *currentEnemy; // Life entity object
      *
      * int main()
@@ -57,9 +51,6 @@
      * Example:
      * @code
      * // Create a pointer to a life_entity object.
-     * #include "mbed.h"
-     * #include "uOLED.h"
-     *
      * life_entity *currentEnemy; 
      *
      * int main()
--- a/player.lib	Thu Mar 31 19:56:40 2011 +0000
+++ b/player.lib	Fri Apr 01 01:30:46 2011 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/Nakor/code/player/#7c89d9ec2d76
+http://mbed.org/users/Nakor/code/player/#2548417420a3