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 APDS_9960 mbed-rtos
Diff: include/cJeu.h
- Revision:
- 9:6f3d8b714a59
- Parent:
- 8:92d0c4961a16
- Child:
- 10:9ef3f520ff6c
--- a/include/cJeu.h Wed Apr 06 15:41:24 2016 +0000 +++ b/include/cJeu.h Wed Apr 06 21:53:55 2016 +0000 @@ -11,11 +11,13 @@ class cJeu { private: - cMatrice _matrice; + cMatrice *mat; public: // CONSTRUCTEURS cJeu(); + // DESTRUCTEUR + ~cJeu(); // METHODES void initialiser(); void nouvellePiece();