aboutsummaryrefslogtreecommitdiff
path: root/bindings/cs/LibSurviveBinding/Config_entry.cs
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-28 16:34:33 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-28 16:37:49 -0600
commit70596acbbe766045c95f64a65b411d4cd7584918 (patch)
tree307358305c58c9c6f12ef46ec773bd85e2301da6 /bindings/cs/LibSurviveBinding/Config_entry.cs
parent595ba8b255f6f4fd9ebc1c9dbff33577c13115f9 (diff)
downloadlibsurvive-70596acbbe766045c95f64a65b411d4cd7584918.tar.gz
libsurvive-70596acbbe766045c95f64a65b411d4cd7584918.tar.bz2
Slight refactoring
Diffstat (limited to 'bindings/cs/LibSurviveBinding/Config_entry.cs')
-rw-r--r--bindings/cs/LibSurviveBinding/Config_entry.cs31
1 files changed, 31 insertions, 0 deletions
diff --git a/bindings/cs/LibSurviveBinding/Config_entry.cs b/bindings/cs/LibSurviveBinding/Config_entry.cs
new file mode 100644
index 0000000..85a6701
--- /dev/null
+++ b/bindings/cs/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