diff options
author | pommicket <pommicket@gmail.com> | 2025-08-08 19:06:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-08 19:06:56 -0400 |
commit | eb4ac13af80fdde8d4e869d9d1fb404e29a158dc (patch) | |
tree | 96dad459bde457d381b22e8c7ae23ed24725e64a /quacker/macondobackend.h | |
parent | 4c9d6ed3024d7869c427a7f6bd2f4f61feba027d (diff) |
more move extraction; not working yet
Diffstat (limited to 'quacker/macondobackend.h')
-rw-r--r-- | quacker/macondobackend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quacker/macondobackend.h b/quacker/macondobackend.h index c8e07fa..188533a 100644 --- a/quacker/macondobackend.h +++ b/quacker/macondobackend.h @@ -5,6 +5,7 @@ namespace Quackle { class Game; + class Move; } class QTimer; @@ -25,6 +26,8 @@ public: void simulate(const SimulateOptions &); ~MacondoBackend(); std::string getSimResults(); +signals: + void gotSimMoves(const std::vector<Quackle::Move> &moves); protected slots: void processStarted(); void processFinished(int, QProcess::ExitStatus); |