diff options
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r-- | Project/ControlEditor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index eb1bc4f..232ebd8 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -25,6 +25,9 @@ class Exponential; class Constant; class Gain; +class ChartView; +class ElementDataObject; + enum ControlElementButtonID { ID_IO = 0, ID_TF, ID_SUM, ID_CONST, ID_LIMITER, ID_GAIN, ID_MULT, ID_EXP, ID_RATELIM }; class ControlElementButton : public wxWindow |