summaryrefslogtreecommitdiff
path: root/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'MainWindow.h')
-rw-r--r--MainWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h
index 3623a1f..b6ba8e6 100644
--- a/MainWindow.h
+++ b/MainWindow.h
@@ -113,6 +113,7 @@ class MainWindow : public FXMainWindow
Gate *find_gate_by_id(int id);
void remove_all_gates();
void find_gates_in_area(int x, int y, int width, int height);
+ void remove_gate(Gate &gate);
bool save_file();
bool load_file();