aboutsummaryrefslogtreecommitdiff
path: root/bindings/cs/LibSurviveBinding/Config_entry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/cs/LibSurviveBinding/Config_entry.cs')
-rw-r--r--bindings/cs/LibSurviveBinding/Config_entry.cs31
1 files changed, 0 insertions, 31 deletions
diff --git a/bindings/cs/LibSurviveBinding/Config_entry.cs b/bindings/cs/LibSurviveBinding/Config_entry.cs
deleted file mode 100644
index 85a6701..0000000
--- a/bindings/cs/LibSurviveBinding/Config_entry.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-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