diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-12-19 22:00:05 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-12-19 22:00:05 -0200 |
commit | 54bb80251432ff49c967115f8401e7dafc5c57d6 (patch) | |
tree | 3de8eada5c3c601764f60734b71707e95260eeb7 /Project/ControlEditor.h | |
parent | c8193665975686fb8a344bee3dc94914a3d3558a (diff) | |
download | PSP.git-54bb80251432ff49c967115f8401e7dafc5c57d6.tar.gz PSP.git-54bb80251432ff49c967115f8401e7dafc5c57d6.tar.xz PSP.git-54bb80251432ff49c967115f8401e7dafc5c57d6.zip |
Several implementations on math expression block
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r-- | Project/ControlEditor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index 615ecce..f799ca5 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -46,6 +46,7 @@ class Constant; class Gain; class MathOperation; class Divider; +class MathExpression; class ControlElementSolver; class ControlElementContainer; @@ -63,7 +64,8 @@ enum ControlElementButtonID { ID_MULT, ID_EXP, ID_RATELIM, - ID_MATH_DIV + ID_MATH_DIV, + ID_MATH_EXPR }; /** |