GH-3930 Track duration of previous game sessions
This commit is contained in:
parent
d63ef939be
commit
74f5255eef
3 changed files with 25 additions and 3 deletions
|
@ -87,6 +87,7 @@ public:
|
|||
void setRunning(bool running);
|
||||
bool isRunning() const;
|
||||
int64_t totalTimePlayed() const;
|
||||
int64_t lastTimePlayed() const;
|
||||
void resetTimePlayed();
|
||||
|
||||
/// get the type of this instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue