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, // } }