From 7213ca723a65dff8ebb0c6c08669695217e60453 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 9 Oct 2010 01:00:16 +0200 Subject: material bugfixes, plus the beginning of U8 archive code, and a nice little API for handling archive filesystems --- LayoutStudio.pro | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'LayoutStudio.pro') diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 8665bcd..9c5df61 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -14,7 +14,6 @@ SOURCES += main.cpp \ lyt/binaryfilesection.cpp \ lyt/materials/material.cpp \ lyt/pane.cpp \ - lyt/common.cpp \ lyt/textbox.cpp \ lyt/picture.cpp \ lyt/window.cpp \ @@ -28,7 +27,10 @@ SOURCES += main.cpp \ lyt/materials/indirectstage.cpp \ lyt/materials/tevstage.cpp \ lyt/materials/alphacompare.cpp \ - lyt/materials/blendmode.cpp + lyt/materials/blendmode.cpp \ + wii/common.cpp \ + wii/archiveu8.cpp \ + wii/filesystem.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -52,7 +54,10 @@ HEADERS += lsmainwindow.h \ lyt/materials/indirectstage.h \ lyt/materials/tevstage.h \ lyt/materials/alphacompare.h \ - lyt/materials/blendmode.h + lyt/materials/blendmode.h \ + wii/archiveu8.h \ + wii/common.h \ + wii/filesystem.h FORMS += lsmainwindow.ui RESOURCES += resources.qrc -- cgit v1.2.3