From 66fd00eda79d106d07617ebdeb90cdd46786e691 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 9 Sep 2016 17:01:27 -0300 Subject: Bus form under implementation --- Project/Bus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Bus.h') diff --git a/Project/Bus.h b/Project/Bus.h index 190f761..ec18e93 100644 --- a/Project/Bus.h +++ b/Project/Bus.h @@ -1,6 +1,7 @@ #ifndef BUS_H #define BUS_H +#include "BusForm.h" #include "Element.h" class Bus : public Element @@ -18,6 +19,7 @@ class Bus : public Element virtual void MovePickbox(wxPoint2DDouble position); virtual bool PickboxContains(wxPoint2DDouble position); virtual bool GetContextMenu(wxMenu& menu); + virtual bool ShowForm(wxWindow* parent); }; #endif // BUS_H -- cgit