Nemesis game, stats

Revision:
7:cae9a95427f7
Parent:
6:fb678d095e0a
Child:
8:b8e8e2f335e1
diff -r fb678d095e0a -r cae9a95427f7 Stats.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Stats.h	Thu Apr 06 09:38:22 2017 +0000
@@ -0,0 +1,22 @@
+#ifndef STATS_H
+#define STATS_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+#include "Friendly.h"
+
+class Stats
+{
+
+public:
+    Stats();
+    ~Stats();
+    
+    void draw_health(N5110 &lcd);
+    
+private:
+
+};
+
+#endif
\ No newline at end of file