From d74825ae7be1cee0cfd625a79289e9494fcda661 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 8 Oct 2010 04:53:53 +0200 Subject: added a short-term todo list to the readme, and some more material code. three structs left! hopefully I'll have materials done tomorrow :D --- LayoutStudio.pro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'LayoutStudio.pro') diff --git a/LayoutStudio.pro b/LayoutStudio.pro index a1423b7..cce0778 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -22,7 +22,10 @@ SOURCES += main.cpp \ lyt/group.cpp \ lyt/materials/texmap.cpp \ lyt/materials/texsrt.cpp \ - lyt/materials/texcoordgen.cpp + lyt/materials/texcoordgen.cpp \ + lyt/materials/chanctrl.cpp \ + lyt/materials/tevswaptable.cpp \ + lyt/materials/indirectstage.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -40,7 +43,10 @@ HEADERS += lsmainwindow.h \ lyt/group.h \ lyt/materials/texmap.h \ lyt/materials/texsrt.h \ - lyt/materials/texcoordgen.h + lyt/materials/texcoordgen.h \ + lyt/materials/chanctrl.h \ + lyt/materials/tevswaptable.h \ + lyt/materials/indirectstage.h FORMS += lsmainwindow.ui RESOURCES += resources.qrc -- cgit v1.2.3