Open klaussilveira opened 1 year ago
I think documentation should be enough. The idea is to prevent new code from having to support it.
There is also an URHO3D_DEPRECATED macro. I believe presently it is unused, but I like that it produces computer warnings (I used it for the logging change with #9).
How do we want to mark things as deprecated? Macro wrapping compiler attributes? Documentation? Both?