XXX_API macro for namespaces (exposing plugin namespace function)

You put the macro before the function signature in the declaration.

namespace MyNamespace
{
    XXX_API void MyFunc();
}
1 Like