summaryrefslogtreecommitdiffstats
path: root/Project/Limiter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Limiter.h')
-rw-r--r--Project/Limiter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Limiter.h b/Project/Limiter.h
index 5f4e55b..1585a3c 100644
--- a/Project/Limiter.h
+++ b/Project/Limiter.h
@@ -16,6 +16,7 @@ public:
virtual bool Intersects(wxRect2DDouble rect) const { return m_rect.Intersects(rect); }
virtual bool ShowForm(wxWindow* parent, Element* element);
virtual void Rotate(bool clockwise = true);
+ virtual bool Solve(double input, double timeStep);
virtual void UpdatePoints();