summaryrefslogtreecommitdiff
path: root/quacker/macondo.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-08 19:06:56 -0400
committerpommicket <pommicket@gmail.com>2025-08-08 19:06:56 -0400
commiteb4ac13af80fdde8d4e869d9d1fb404e29a158dc (patch)
tree96dad459bde457d381b22e8c7ae23ed24725e64a /quacker/macondo.h
parent4c9d6ed3024d7869c427a7f6bd2f4f61feba027d (diff)
more move extraction; not working yet
Diffstat (limited to 'quacker/macondo.h')
-rw-r--r--quacker/macondo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quacker/macondo.h b/quacker/macondo.h
index d8b2eb1..82505d5 100644
--- a/quacker/macondo.h
+++ b/quacker/macondo.h
@@ -7,6 +7,7 @@ class QPushButton;
class QTimer;
namespace Quackle {
class Game;
+ class Move;
}
class MacondoBackend;
@@ -16,6 +17,8 @@ public:
Macondo(Quackle::Game *);
public slots:
void simulate();
+private slots:
+ void gotSimMoves(const std::vector<Quackle::Move> &moves);
private:
enum class Command {
None,