aboutsummaryrefslogtreecommitdiff
path: root/csharp-binding/LibSurviveBinding/Config_entry.cs
diff options
context:
space:
mode:
authordpeter99 <dpeter99@gmail.com>2018-03-28 17:34:56 +0200
committerdpeter99 <dpeter99@gmail.com>2018-03-28 17:34:56 +0200
commitef18541ac2e1e97de9f04f132ac7b2b1ba21e515 (patch)
tree0d1bde04b2e9d4ff9ddb6e150123703969e72b3c /csharp-binding/LibSurviveBinding/Config_entry.cs
parentd106e045d8a145ceb733075e541f6aaaee5bd3a7 (diff)
downloadlibsurvive-ef18541ac2e1e97de9f04f132ac7b2b1ba21e515.tar.gz
libsurvive-ef18541ac2e1e97de9f04f132ac7b2b1ba21e515.tar.bz2
c# binding WIP
Diffstat (limited to 'csharp-binding/LibSurviveBinding/Config_entry.cs')
-rw-r--r--csharp-binding/LibSurviveBinding/Config_entry.cs31
1 files changed, 31 insertions, 0 deletions
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