]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/codecutils.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / stringcodec / codecutils.h
index 395949e8e814e8d3e3cef04b3f097b0c4f8b029e..cf9eb2d10b2dd580507432c0fd31327e041c1c66 100644 (file)
@@ -1,10 +1,12 @@
 #ifndef MSP_STRINGCODEC_CODECUTILS_H_
 #define MSP_STRINGCODEC_CODECUTILS_H_
 
+#include <msp/core/mspcore_api.h>
+
 namespace Msp {
 namespace StringCodec {
 
-int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse);
+MSPCORE_API int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse);
 
 } // namespace StringCodec
 } // namespace Msp