From de0a6e00949bb151d32e08ee0aedcb9517c1c0c0 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 27 Jun 2020 21:37:43 +0930 Subject: Functionality: begin implementing moving of selected gates --- MainWindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MainWindow.h') diff --git a/MainWindow.h b/MainWindow.h index 04162ed..1110806 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -25,6 +25,7 @@ #include #include #include +#include #include "Gate.h" #include "icons.h" #include "pugixml.hpp" // saving/loading @@ -158,6 +159,8 @@ class MainWindow : public FXMainWindow bool rubberbanding = false; int rubberband_startx; int rubberband_starty; + int multiple_move_startx; + int multiple_move_starty; /* keyboard */ bool lshift_down = false; -- cgit v1.2.3