mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 15:16:13 -05:00
Instead of using a non-debuggable macro function, keep function references and desired function names in a static array that can then be iterated over to add desired functions. This allows for proper debugging as well as makes the combination of function and function name more explicit.