Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Graphics/Graphics.h
- Revision:
- 22:9065c457a45d
- Parent:
- 18:5fcb0514fb70
- Child:
- 23:920faed43d55
--- a/Graphics/Graphics.h Sat Mar 28 14:49:55 2020 +0000
+++ b/Graphics/Graphics.h Sat Mar 28 14:56:39 2020 +0000
@@ -12,12 +12,6 @@
#include "Ghost.h"
#include <string>
-/** Graphics Class
-* @brief Creates all game graphics.
-* @author Henry W Triff
-* @date Mar, 2020
-*/
-
#ifndef STRUCTS
#define STRUCTS
@@ -71,6 +65,12 @@
#endif
+/** Graphics Class
+* @brief Creates all game graphics.
+* @author Henry W Triff
+* @date Mar, 2020
+*/
+
class Graphics
{
public: