summaryrefslogtreecommitdiff
path: root/lyt/materials/material.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2010-10-08 17:59:50 +0200
committerTreeki <treeki@gmail.com>2010-10-08 17:59:50 +0200
commitb92673def2816cf8010997c87368d7045944ce63 (patch)
tree2500cb22dc3654314f80cf844897c34c6326a00e /lyt/materials/material.h
parente815ed31748e562ff3d16fa8b243a15cbf4a29db (diff)
downloadLayoutStudio-b92673def2816cf8010997c87368d7045944ce63.tar.gz
LayoutStudio-b92673def2816cf8010997c87368d7045944ce63.zip
tev stage reading added -- I still need to add writing, I'll do this later
Diffstat (limited to '')
-rw-r--r--lyt/materials/material.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/lyt/materials/material.h b/lyt/materials/material.h
index f881803..43eb62f 100644
--- a/lyt/materials/material.h
+++ b/lyt/materials/material.h
@@ -29,7 +29,8 @@
#include "texcoordgen.h"
#include "chanctrl.h"
#include "tevswaptable.h"
-#include "indtexstage.h"
+#include "indirectstage.h"
+#include "tevstage.h"
class LYTLayout;
@@ -54,15 +55,6 @@ public:
-class LYTTevStage {
-public:
- void writeToDataStream(QDataStream &out);
- void readFromDataStream(QDataStream &in);
-
- void dumpToDebug();
-
-};
-
class LYTAlphaCompare {
public:
void writeToDataStream(QDataStream &out);