final save function

This commit is contained in:
Giovanni JOSSERAND
2025-06-20 14:08:36 +02:00
parent 4fe0884432
commit 9aee1f659b
3 changed files with 51 additions and 15 deletions
+3
View File
@@ -26,6 +26,9 @@ public:
float getLatitude() const;
float getLongitude() const;
int getResponse() const;
QList<QString> getListeDialogue();
QList<QString> getListePersonnage();
QString toGPSFormat();
};
#endif // STEP_H