I don't know if this is actually something that should be in this Repo, but I wanted to offer the option.
This allows to import the SDK without requiring the extern "C" command in C++ Projects, and therefore make them cleaner. It has no effect on C builds/Projects.
Same as WootingKb/wooting-rgb-sdk#8
I don't know if this is actually something that should be in this Repo, but I wanted to offer the option. This allows to import the SDK without requiring the
extern "C"
command in C++ Projects, and therefore make them cleaner. It has no effect on C builds/Projects.