[sword-svn] r3306 - trunk/bindings/csharp
trampster at crosswire.org
trampster at crosswire.org
Mon Dec 15 00:07:05 MST 2014
Author: trampster
Date: 2014-12-15 00:07:04 -0700 (Mon, 15 Dec 2014)
New Revision: 3306
Modified:
trunk/bindings/csharp/NativeMethods.cs
Log:
Fixed c# biding of the ModInfo struct.
Modified: trunk/bindings/csharp/NativeMethods.cs
===================================================================
--- trunk/bindings/csharp/NativeMethods.cs 2014-12-15 02:02:48 UTC (rev 3305)
+++ trunk/bindings/csharp/NativeMethods.cs 2014-12-15 07:07:04 UTC (rev 3306)
@@ -33,6 +33,8 @@
public string Description;
public string Category;
public string Language;
+ public string Version;
+ public string Delta;
};
[StructLayout(LayoutKind.Sequential)]
More information about the sword-cvs
mailing list