diff --git a/applicationQT2048/gamemanager.h b/applicationQT2048/gamemanager.h index 7fe650a2ccb0c19a285234d377f53a184a5daa05..ae284e7bdae652d7faa1304a699c0531e6e84f54 100644 --- a/applicationQT2048/gamemanager.h +++ b/applicationQT2048/gamemanager.h @@ -41,6 +41,10 @@ private: int m_score; int m_bestScore; + QMap<int, QColor> tileColors; // Dictionnaire des couleurs (couleurs sélécctionées initaliser a normal) + + Q_INVOKABLE void initializeTileColors(); // Initialisation des QMap pour les différents jeux de couleurs et intialisation aux couleur normal + Q_INVOKABLE void addRandomElement(); Q_INVOKABLE void enregistrerPartie(QString partieName); diff --git a/applicationQT2048/historique.json b/applicationQT2048/historique.json deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000