summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-01-18 19:45:49 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2017-01-18 19:45:49 -0200
commitddb262a4d6bed48ac68eeed99032e10c49c02996 (patch)
tree909a1097285e9b34bc2dd5110f35a1c059a9c494 /Project/ControlEditor.h
parent69131a727782090ffd7cb467f449e8f26d3d2949 (diff)
downloadPSP.git-ddb262a4d6bed48ac68eeed99032e10c49c02996.tar.gz
PSP.git-ddb262a4d6bed48ac68eeed99032e10c49c02996.tar.xz
PSP.git-ddb262a4d6bed48ac68eeed99032e10c49c02996.zip
Control editor implementation start
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r--Project/ControlEditor.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h
new file mode 100644
index 0000000..b917db5
--- /dev/null
+++ b/Project/ControlEditor.h
@@ -0,0 +1,11 @@
+#ifndef CONTROLEDITOR_H
+#define CONTROLEDITOR_H
+#include "ControlEditorBase.h"
+
+class ControlEditor : public ControlEditorBase
+{
+public:
+ ControlEditor(wxWindow* parent);
+ virtual ~ControlEditor();
+};
+#endif // CONTROLEDITOR_H