]> git.tdb.fi Git - libs/core.git/blob - source/stringcodec/codecutils.h
Additional adjustments for Poller
[libs/core.git] / source / stringcodec / codecutils.h
1 #ifndef MSP_STRINGCODEC_CODECUTILS_H_
2 #define MSP_STRINGCODEC_CODECUTILS_H_
3
4 namespace Msp {
5 namespace StringCodec {
6
7 int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse);
8
9 } // namespace StringCodec
10 } // namespace Msp
11
12 #endif