ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

Dependencies:   mbed

Revision:
25:aa145767fda5
Parent:
21:20478f086bc2
Child:
28:be77ad6c0bda
--- a/Coin/Coin.h	Wed Apr 24 17:38:41 2019 +0000
+++ b/Coin/Coin.h	Wed Apr 24 17:58:35 2019 +0000
@@ -1,13 +1,13 @@
+#ifndef COIN_H
+#define COIN_H
+
+#include "mbed.h"
+
 /** Coin Class
 * @brief Generates a coin for the skateboarder to collect * @author Lewis Wooltorton
 * @date April 2019
 */
 
-#ifndef COIN_H
-#define COIN_H
-
-#include "mbed.h"
-
 class Coin {
  public:
   // Constructor and Destructor.