summaryrefslogtreecommitdiff
path: root/LayoutStudio.pro
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2010-10-08 04:53:53 +0200
committerTreeki <treeki@gmail.com>2010-10-08 04:53:53 +0200
commitd74825ae7be1cee0cfd625a79289e9494fcda661 (patch)
treef3b9a19c76734802697a6d053e24dab4a4708f38 /LayoutStudio.pro
parente813d6ede6bed1e69d749bb32529d657a9d96173 (diff)
downloadLayoutStudio-d74825ae7be1cee0cfd625a79289e9494fcda661.tar.gz
LayoutStudio-d74825ae7be1cee0cfd625a79289e9494fcda661.zip
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
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r--LayoutStudio.pro10
1 files changed, 8 insertions, 2 deletions
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