summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
diff options
context:
space:
mode:
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