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/Gameengine.h
- Revision:
- 61:f17216566c0c
- Parent:
- 60:3df033345059
- Child:
- 62:7574a7bbdf98
--- a/Gameengine/Gameengine.h Tue May 07 23:51:54 2019 +0000
+++ b/Gameengine/Gameengine.h Wed May 08 11:43:50 2019 +0000
@@ -138,6 +138,7 @@
int _life_state;
float _total_time;
float _time;
+ float _flt_score;
Sprites _sprites;
Direction _d;