diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-08-21 22:14:56 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-08-21 22:14:56 -0300 |
commit | 19c800c4f843081420ae6241017e439e7b6da132 (patch) | |
tree | 0afaf838f39270e9f26621d82dd1a6977b228d6c /Project/Workspace.h | |
parent | 474b1f94ced70e1d183a79bb6df87603982755aa (diff) | |
download | PSP.git-19c800c4f843081420ae6241017e439e7b6da132.tar.gz PSP.git-19c800c4f843081420ae6241017e439e7b6da132.tar.xz PSP.git-19c800c4f843081420ae6241017e439e7b6da132.zip |
Line implementation almost finished
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 e240206..3f25130 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -19,6 +19,7 @@ enum WorkspaceMode MODE_EDIT = 0, MODE_MOVE_ELEMENT, MODE_MOVE_PICKBOX, + MODE_MOVE_NODE, MODE_DRAG, MODE_INSERT, MODE_SELECTION_RECT |