Open FlafyDev opened 3 years ago
I changed the type names from only their names to "namespace.type_name". This is to minimize the chances of two types with the same name. Adding _1 to the type name is ugly.
How would I go about applying these generated names to the JSON output from CLI?
Additionally, how would these namespaces be applied to the exported header files?
I changed the type names from only their names to "namespace.type_name". This is to minimize the chances of two types with the same name. Adding _1 to the type name is ugly.