From eb4ac13af80fdde8d4e869d9d1fb404e29a158dc Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 8 Aug 2025 19:06:56 -0400 Subject: more move extraction; not working yet --- quacker/macondobackend.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'quacker/macondobackend.h') 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 &moves); protected slots: void processStarted(); void processFinished(int, QProcess::ExitStatus); -- cgit v1.2.3