From c55ceddc3dc7cb3e3212804a20449ee757fb7f3c Mon Sep 17 00:00:00 2001
From: neomonkeus <abominalmonkey@gmail.com>
Date: Sat, 19 Nov 2011 14:41:42 +0000
Subject: [PATCH] Export Info Description

---
 .project | 11 +++++++++++
 nif.xml  |  1 +
 2 files changed, 12 insertions(+)
 create mode 100644 .project

diff --git a/.project b/.project
new file mode 100644
index 0000000..1583b03
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>nifxml</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/nif.xml b/nif.xml
index 428d444..562c3e4 100644
--- a/nif.xml
+++ b/nif.xml
@@ -876,6 +876,7 @@
     </compound>
 
     <compound name="ExportInfo" ver1="10.0.1.2">
+    	Information about how the file was exported
         <add name="Unknown" type="uint" ver2="10.0.1.2" default="3">Probably the number of strings that follow.</add>
         <add name="Creator" type="ShortString">Could be the name of the creator of the NIF file?</add>
         <add name="Export Info 1" type="ShortString">Unknown. Can be something like &#039;TriStrip Process Script&#039;.</add>
-- 
GitLab