SDK Shared library API documentation

Version: alpha

MACROS
DM_DLLEXPORT storage-class attribute for shared library export/import

Macros

DM_DLLEXPORT

Export and import functions, data, and objects to or from a DLL

EXAMPLES

DM_DLLEXPORT uint64_t dmHashBuffer64(const void* buffer, uint32_t buffer_len);