diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-18 19:45:49 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-18 19:45:49 -0200 |
commit | ddb262a4d6bed48ac68eeed99032e10c49c02996 (patch) | |
tree | 909a1097285e9b34bc2dd5110f35a1c059a9c494 /Project/ControlEditor.cpp | |
parent | 69131a727782090ffd7cb467f449e8f26d3d2949 (diff) | |
download | PSP.git-ddb262a4d6bed48ac68eeed99032e10c49c02996.tar.gz PSP.git-ddb262a4d6bed48ac68eeed99032e10c49c02996.tar.xz PSP.git-ddb262a4d6bed48ac68eeed99032e10c49c02996.zip |
Control editor implementation start
Diffstat (limited to 'Project/ControlEditor.cpp')
-rw-r--r-- | Project/ControlEditor.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Project/ControlEditor.cpp b/Project/ControlEditor.cpp new file mode 100644 index 0000000..422bfb0 --- /dev/null +++ b/Project/ControlEditor.cpp @@ -0,0 +1,11 @@ +#include "ControlEditor.h" + +ControlEditor::ControlEditor(wxWindow* parent) + : ControlEditorBase(parent) +{ +} + +ControlEditor::~ControlEditor() +{ +} + |