diff options
author | Treeki <treeki@gmail.com> | 2011-03-03 16:06:06 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-03 16:06:06 +0100 |
commit | b28711d999c86c40a11f61846ab15685c2fc172b (patch) | |
tree | 8081c5b31a93934b0b6670c6332f5eedb7502956 /NW4RTools/Models | |
parent | ab340fe4dc87086336643b6b616df6efdfac796b (diff) | |
download | nw4rtools-b28711d999c86c40a11f61846ab15685c2fc172b.tar.gz nw4rtools-b28711d999c86c40a11f61846ab15685c2fc172b.zip |
added (untested) CMPR compression based on BrawlLib's code.
Diffstat (limited to '')
-rw-r--r-- | NW4RTools/Models/Animation/TextureSRT.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/NW4RTools/Models/Animation/TextureSRT.cs b/NW4RTools/Models/Animation/TextureSRT.cs deleted file mode 100644 index 5c35905..0000000 --- a/NW4RTools/Models/Animation/TextureSRT.cs +++ /dev/null @@ -1,8 +0,0 @@ -using System; -namespace NW4RTools.Models.Animation { - public class TextureSRT { - public TextureSRT() { - } - } -} - |