Hello,
I am using QxEntityEditor to generate C++ code. Along with entities code it is also generating appropriate "custom" CPP and H files for every entity.
Assuming that these custom files can be used to extend functionality of the generated entities, what would be the best practice to do that if I need to add new methods, add another constructor or extend enumeration entity?
An example would be appreciated
Thank you.