summaryrefslogtreecommitdiffstats
path: root/Project/Bus.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-09-09 17:01:27 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-09-09 17:01:27 -0300
commit66fd00eda79d106d07617ebdeb90cdd46786e691 (patch)
tree581b97a83c6a457a2461601fcd1039d801ffa62e /Project/Bus.h
parent122d124108384bb4579b6d96956b931d7221d3c1 (diff)
downloadPSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.tar.gz
PSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.tar.xz
PSP.git-66fd00eda79d106d07617ebdeb90cdd46786e691.zip
Bus form under implementation
Diffstat (limited to 'Project/Bus.h')
-rw-r--r--Project/Bus.h2
1 files changed, 2 insertions, 0 deletions
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