Add DLLEXPORT and DLLIMPORT to some functions and classes to allow the libraries to be used in external applications such as our PlayerLink Unity Plugin. See (https://docs.microsoft.com/en-us/cpp/cpp/dllexport-dllimport?view=msvc-160) for more information
Add
DLLEXPORTandDLLIMPORTto some functions and classes to allow the libraries to be used in external applications such as our PlayerLink Unity Plugin. See (https://docs.microsoft.com/en-us/cpp/cpp/dllexport-dllimport?view=msvc-160) for more information