GothicKit / ZenKit

A re-implementation of file formats used by the early 2000's ZenGin
http://zk.gothickit.dev/
MIT License
47 stars 10 forks source link

[v2.0.0] Allow removal of deprecated symbols using preprocessor directives and CMake options #43

Closed lmichaelis closed 9 months ago

lmichaelis commented 1 year ago

Currently, deprecated symbols are always included in the build but there should be a way of excluding them at compile time. This can be done using a pre-processor symbol and a set of #ifndefs.