aboutsummaryrefslogtreecommitdiff
path: root/csharp-binding/LibSurviveBinding/Config_entry.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_entry.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_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