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
Fork of el17dg by
game/game.h
- Committer:
- Noximilien
- Date:
- 2019-03-26
- Revision:
- 20:557e84189a57
- Parent:
- 19:b78fa41d04a9
- Child:
- 21:0eb394495b8a
File content as of revision 20:557e84189a57:
#ifndef GAME_H #define GAME_H class Game{ public: bool updateAndDraw(); bool checkGameOver(); //void gameValuesInit(); private: }; #endif