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/Workspace.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/Workspace.h')
-rw-r--r-- | Project/Workspace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h index e093105..3c847a3 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -15,6 +15,7 @@ class Element; enum WorkspaceMode { MODE_EDIT = 0, + MODE_EDIT_ELEMENT, MODE_DRAG, MODE_INSERT }; |