diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-08-03 00:15:54 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-08-03 00:15:54 -0300 |
commit | 0b720e578e0e91262e04651ce81cd2e7f6828967 (patch) | |
tree | 7e011b00acb151fd86f1e400ab836e8ce854dad1 /Project/Bus.h | |
parent | 78aac544e1e77f5405260797cee4b94d7a0dfe32 (diff) | |
download | PSP.git-0b720e578e0e91262e04651ce81cd2e7f6828967.tar.gz PSP.git-0b720e578e0e91262e04651ce81cd2e7f6828967.tar.xz PSP.git-0b720e578e0e91262e04651ce81cd2e7f6828967.zip |
More controllers add to bus
Next step: move elements
Diffstat (limited to 'Project/Bus.h')
-rw-r--r-- | Project/Bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/Bus.h b/Project/Bus.h index 80bb206..6725fd7 100644 --- a/Project/Bus.h +++ b/Project/Bus.h @@ -12,8 +12,8 @@ class Bus : public Element virtual void Draw(wxPoint2DDouble translation, double scale) const; virtual void Rotate(); virtual wxCursor GetBestPickboxCursor() const; - virtual void MovePickbox(wxPoint2DDouble position, int pickboxID); - virtual int PickboxContains(wxPoint2DDouble position) const; + virtual void MovePickbox(wxPoint2DDouble position); + virtual bool PickboxContains(wxPoint2DDouble position); }; #endif // BUS_H |