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 /lyt/common.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-- | wii/common.cpp (renamed from lyt/common.cpp) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lyt/common.cpp b/wii/common.cpp index ba86246..f4a961c 100644 --- a/lyt/common.cpp +++ b/wii/common.cpp @@ -107,3 +107,4 @@ void WriteFixedLengthASCII(QDataStream &out, QString str, int length) { out.writeRawData(paddedStr.constData(), paddedStr.length()); } + |