Polytech Tours - Projet C++ embarqué sur cible mbed
main.cpp
- Committer:
- LecomteDelys
- Date:
- 2016-04-24
- Revision:
- 0:21e183c9ef81
File content as of revision 0:21e183c9ef81:
#include "mbed.h" #include <iostream> #include <string> #include "MatchColors.h" int main() { /*Instanciation du jeu*/ MatchColors* jeu = new MatchColors(); /*Initialisation du jeu*/ jeu->InitGame(); }