diff options
Diffstat (limited to 'lsmaterialeditor.h')
-rw-r--r-- | lsmaterialeditor.h | 15 |
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 |