X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fcodecutils.h;h=cf9eb2d10b2dd580507432c0fd31327e041c1c66;hb=refs%2Fheads%2Fwip;hp=395949e8e814e8d3e3cef04b3f097b0c4f8b029e;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07;p=libs%2Fcore.git diff --git a/source/stringcodec/codecutils.h b/source/stringcodec/codecutils.h index 395949e..cf9eb2d 100644 --- a/source/stringcodec/codecutils.h +++ b/source/stringcodec/codecutils.h @@ -1,10 +1,12 @@ #ifndef MSP_STRINGCODEC_CODECUTILS_H_ #define MSP_STRINGCODEC_CODECUTILS_H_ +#include + 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