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