From ef18541ac2e1e97de9f04f132ac7b2b1ba21e515 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Wed, 28 Mar 2018 17:34:56 +0200 Subject: c# binding WIP --- csharp-binding/LibSurviveBinding/Config_entry.cs | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 csharp-binding/LibSurviveBinding/Config_entry.cs (limited to 'csharp-binding/LibSurviveBinding/Config_entry.cs') diff --git a/csharp-binding/LibSurviveBinding/Config_entry.cs b/csharp-binding/LibSurviveBinding/Config_entry.cs new file mode 100644 index 0000000..85a6701 --- /dev/null +++ b/csharp-binding/LibSurviveBinding/Config_entry.cs @@ -0,0 +1,31 @@ +namespace LibSurviveBinding +{ + + // internal class Config_entry + // { + // char[] tag; + // cval_type type; + // /** + // union { + //uint32_t i; + // FLT f; + // } + + // numeric; + // **/ + // char* data; + // uint32_t elements; + + // } + + // public enum cval_type + // { + // CONFIG_UNKNOWN = 0, + // CONFIG_FLOAT = 1, + // CONFIG_UINT32 = 2, + // CONFIG_STRING = 3, + // CONFIG_FLOAT_ARRAY = 4, + // } + + +} \ No newline at end of file -- cgit v1.2.3