From 11937e7d2256702698baba3acaf847523fe0f066 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 27 Jun 2020 23:02:11 +0930 Subject: Functionality: deleting multiple gates added --- MainWindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MainWindow.h') 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(); -- cgit v1.2.3