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:
- 27:eab2cf10554e
- Parent:
- 22:c1e1283c6356
- Child:
- 30:057301068dac
--- a/engine/engine.h Mon Apr 30 19:12:41 2018 +0000
+++ b/engine/engine.h Mon Apr 30 20:29:26 2018 +0000
@@ -1,6 +1,5 @@
#ifndef ENGINE_H
#define ENGINE_H
-
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
@@ -9,16 +8,12 @@
#include "bigboom.h"
#include "money.h"
#include "help.h"
-
-//#define GAP 2
-
class engine
{
public:
engine();
~engine();
- void init(int speed);
void read_input(Gamepad &pad);
void update(Gamepad &pad,N5110 &lcd);
void draw(N5110 &lcd);