diff options
author | pommicket <pommicket@gmail.com> | 2025-08-21 11:52:27 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-21 11:52:27 -0400 |
commit | 36dd3c3fbaa4273df4b8428eb9054263ff2feb56 (patch) | |
tree | a16f5dae15912b87cd3489ba456fc78c5946cbf8 /quacker/macondobackend.h | |
parent | 3d8f9fb94c72d68400b3e0f5f3c39f6cc4af1177 (diff) |
Pre-endgame solver
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; |