aboutsummaryrefslogtreecommitdiff
path: root/csharp-binding/LibSurviveBinding/config_group.cs
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2018-03-28 16:32:28 -0400
committerGitHub <noreply@github.com>2018-03-28 16:32:28 -0400
commit595ba8b255f6f4fd9ebc1c9dbff33577c13115f9 (patch)
tree31b885caee99c4688c6b3fadff559795fbd39784 /csharp-binding/LibSurviveBinding/config_group.cs
parent8a6be7bacaa8858f8e493a696d3c2cff563851d7 (diff)
parent6f7759314baf66f69fa7a335a1f17c65e90661f2 (diff)
downloadlibsurvive-595ba8b255f6f4fd9ebc1c9dbff33577c13115f9.tar.gz
libsurvive-595ba8b255f6f4fd9ebc1c9dbff33577c13115f9.tar.bz2
Merge pull request #119 from dpeter99/master
The start of the c# binding
Diffstat (limited to 'csharp-binding/LibSurviveBinding/config_group.cs')
-rw-r--r--csharp-binding/LibSurviveBinding/config_group.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/csharp-binding/LibSurviveBinding/config_group.cs b/csharp-binding/LibSurviveBinding/config_group.cs
new file mode 100644
index 0000000..8a2f00e
--- /dev/null
+++ b/csharp-binding/LibSurviveBinding/config_group.cs
@@ -0,0 +1,14 @@
+using System;
+
+namespace LibSurviveBinding
+{
+ /*
+ internal class Config_group
+ {
+ Config_entry config_entries;
+ UInt16 used_entries;
+ UInt16 max_entries;
+
+ }
+ */
+} \ No newline at end of file