ECE 2036 Project

Dependencies:   mbed wave_player 4DGL-uLCD-SE

Revision:
2:2042f29de6b7
Parent:
0:cf4396614a79
--- a/wall.h	Wed Nov 08 21:01:43 2017 +0000
+++ b/wall.h	Thu Nov 21 16:10:57 2019 +0000
@@ -6,7 +6,7 @@
 
 /**
  * Structure to represent a Wall in the arena.
- * 
+ *
  * This structure is a ArenaElement; its first data element is an integer (type)
  * whose value is always WALL.
  */
@@ -47,7 +47,7 @@
 
 /**
  * Draws a given wall to the screen.
- * 
+ *
  * @param[in] wall  The wall to draw
  */
 void draw_wall(Wall* wall);