summaryrefslogtreecommitdiff
path: root/lsmaterialeditor.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-06 06:05:52 +0200
committerTreeki <treeki@gmail.com>2012-09-06 06:05:52 +0200
commitbe8b56a7f0a8f6ba5456a099b61d032fd8aa2f61 (patch)
treef9ff07b4f67b6e1839bb551ecd93dae60a9d7861 /lsmaterialeditor.h
parent5db787d8b88e214c89b8e02eaf619d18914e8571 (diff)
downloadLayoutStudio-be8b56a7f0a8f6ba5456a099b61d032fd8aa2f61.tar.gz
LayoutStudio-be8b56a7f0a8f6ba5456a099b61d032fd8aa2f61.zip
unfinished TEV stage editor. this is awful mind-numbing work :(HEADmaster
Diffstat (limited to '')
-rw-r--r--lsmaterialeditor.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/lsmaterialeditor.h b/lsmaterialeditor.h
index b09c474..95c21f4 100644
--- a/lsmaterialeditor.h
+++ b/lsmaterialeditor.h
@@ -9,15 +9,12 @@
#include "lscolorpicker.h"
#include "lsseteditor.h"
-class LSTevStageEditor : public LSSetEntryEditorBase<LYTTevStage> {
- Q_OBJECT
-public:
- explicit LSTevStageEditor(QWidget *parent = 0) :
- LSSetEntryEditorBase(parent) { }
-
- void loadEntryFrom(const LYTTevStage &entry) {
- }
-};
+class LSTexMapEditor;
+class LSTexSRTEditor;
+class LSTexCoordGenEditor;
+class LSIndTexSRTEditor;
+class LSIndTexStageEditor;
+class LSTevStageEditor;
class LSMaterialEditor : public QWidget {
Q_OBJECT