summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-03-07 19:19:57 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2017-03-07 19:19:57 -0300
commit009849e49967af659354a94a16c51cab5eb8b5a4 (patch)
tree7fe0a53626b6afa503e7f5905310e477ac0fa9b4 /Project/ControlEditor.h
parentb3be8e8ef6338bce2106d9c161bf3c7f7f7f9244 (diff)
downloadPSP.git-009849e49967af659354a94a16c51cab5eb8b5a4.tar.gz
PSP.git-009849e49967af659354a94a16c51cab5eb8b5a4.tar.xz
PSP.git-009849e49967af659354a94a16c51cab5eb8b5a4.zip
Sum implementation start
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r--Project/ControlEditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h
index 8d499fc..fd74d55 100644
--- a/Project/ControlEditor.h
+++ b/Project/ControlEditor.h
@@ -14,6 +14,7 @@ class Element;
class ControlElement;
class TransferFunction;
class ConnectionLine;
+class Sum;
enum ControlElementButtonID { ID_IO = 0, ID_TF, ID_SUM, ID_CONST, ID_LIMITER, ID_GAIN, ID_MULT, ID_SAT, ID_RATELIM };