diff options
author | Treeki <treeki@gmail.com> | 2010-10-09 01:00:16 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-09 01:00:16 +0200 |
commit | 7213ca723a65dff8ebb0c6c08669695217e60453 (patch) | |
tree | 1003cdfc9dd8fa21f2521c2e22071f391c555c78 /main.cpp | |
parent | c2cd2300ab03a41999b8e4e38cf0d29abb786918 (diff) | |
download | LayoutStudio-7213ca723a65dff8ebb0c6c08669695217e60453.tar.gz LayoutStudio-7213ca723a65dff8ebb0c6c08669695217e60453.zip |
material bugfixes, plus the beginning of U8 archive code, and a nice little API for handling archive filesystems
Diffstat (limited to '')
-rw-r--r-- | main.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -28,8 +28,10 @@ int main(int argc, char *argv[]) { LSGlobals::setup(); - LYTDirectoryPackage package("H:\\ISOs\\NSMBWii\\Extracted\\Layout\\continue\\continue\\arc"); - LYTLayout layout(package, "continue_05.brlyt"); + //LYTDirectoryPackage package("H:\\ISOs\\NSMBWii\\Extracted\\Layout\\continue\\continue\\arc"); + //LYTLayout layout(package, "continue_05.brlyt"); + LYTDirectoryPackage package("H:\\ISOs\\TP\\banner\\arc_extr"); + LYTLayout layout(package, "banner.brlyt"); LSMainWindow w; w.show(); |