summaryrefslogtreecommitdiff
path: root/NW4RTools/Util/IOrderedDictionary.cs
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-02-13 16:22:11 +0100
committerTreeki <treeki@gmail.com>2011-02-13 16:22:11 +0100
commit7d7491feb41bc9724bf63bef545b996226406889 (patch)
tree21e4ca70d88a1fb8071d8882c3babc4f9fb6646f /NW4RTools/Util/IOrderedDictionary.cs
parent426ad45876649595e2d4e9669ff1cf8c250fb163 (diff)
downloadnw4rtools-7d7491feb41bc9724bf63bef545b996226406889.tar.gz
nw4rtools-7d7491feb41bc9724bf63bef545b996226406889.zip
really messy code for materials/textures which KINDA works
Diffstat (limited to '')
-rw-r--r--NW4RTools/Util/IOrderedDictionary.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/NW4RTools/Util/IOrderedDictionary.cs b/NW4RTools/Util/IOrderedDictionary.cs
index a574c7c..6cf9b85 100644
--- a/NW4RTools/Util/IOrderedDictionary.cs
+++ b/NW4RTools/Util/IOrderedDictionary.cs
@@ -55,5 +55,8 @@ namespace NW4RTools.Util
get;
set;
}
+
+
+ TKey GetKeyForIndex(int index);
}
}