aboutsummaryrefslogtreecommitdiff
path: root/bindings/cs/LibSurviveBinding/Config_entry.cs
blob: 85a6701741129e1d62852f31ead983497ea152ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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,
  //  }


}