diff options
Diffstat (limited to 'quacker/macondobackend.h')
-rw-r--r-- | quacker/macondobackend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/macondobackend.h b/quacker/macondobackend.h index e34f02c..0e18f94 100644 --- a/quacker/macondobackend.h +++ b/quacker/macondobackend.h @@ -48,11 +48,13 @@ private: void loadGCG(); void killProcess(); void removeTempGCG(); + const char *updateDots(bool); std::string m_execPath; std::string m_tempGCG; QProcess *m_process = nullptr; QTimer *m_updateTimer = nullptr; int m_solveStatusDots = 3; + int m_preEndgamePlaysToAnalyze = 0; // is simulation being run right now? (i.e. has process been started & game been loaded?) bool m_runningSimulation = false; Quackle::Game *m_game; |