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.
Dependencies: mbed
Diff: Gameengine.h
- Revision:
- 14:dc3524d11921
- Parent:
- 4:b92da6a09c8b
- Child:
- 15:2bda80896a84
--- a/Gameengine.h Thu Mar 28 22:32:09 2019 +0000
+++ b/Gameengine.h Fri Mar 29 00:30:03 2019 +0000
@@ -1,4 +1,4 @@
-/*#ifndef GAMEERENGINE_H
+#ifndef GAMEERENGINE_H
#define GAMEERENGINE_H
#include "mbed.h"
@@ -14,12 +14,13 @@
Gameengine();
~Gameengine();
+ void collision();
private:
+ Levelengine level;
};
#endif
-*/
\ No newline at end of file