From ab340fe4dc87086336643b6b616df6efdfac796b Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 3 Mar 2011 04:53:56 +0100 Subject: working (but not 100% tested) model and texture writing. a few other fixes, etc --- NW4RTools/Models/Animation/TextureSRTAnim.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 NW4RTools/Models/Animation/TextureSRTAnim.cs (limited to 'NW4RTools/Models/Animation/TextureSRTAnim.cs') diff --git a/NW4RTools/Models/Animation/TextureSRTAnim.cs b/NW4RTools/Models/Animation/TextureSRTAnim.cs new file mode 100644 index 0000000..edc3593 --- /dev/null +++ b/NW4RTools/Models/Animation/TextureSRTAnim.cs @@ -0,0 +1,8 @@ +using System; +namespace NW4RTools.Models.Animation { + public class TextureSRTAnim { + public TextureSRTAnim() { + } + } +} + -- cgit v1.2.3