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: engine/engine.h
- Revision:
- 3:1a134243e2f0
- Parent:
- 2:421fb0670c5c
- Child:
- 4:55d904040636
--- a/engine/engine.h Thu Apr 12 22:46:30 2018 +0000
+++ b/engine/engine.h Sun Apr 15 17:36:29 2018 +0000
@@ -5,9 +5,11 @@
#include "N5110.h"
#include "Gamepad.h"
#include "rect.h"
+#include "boom.h"
#define GAP 2
+
class engine
{
public:
@@ -24,8 +26,12 @@
int _speed;
int _recx;
- int _rect_height;
- int _rect_width;
+
+ boom _boom;
+
+
+
+