]> git.tdb.fi Git - libs/core.git/blob - source/stringcodec/codecutils.h
Drop copyright and license notices from source files
[libs/core.git] / source / stringcodec / codecutils.h
1 #ifndef MSP_STRINGS_CODECUTILS_H_
2 #define MSP_STRINGS_CODECUTILS_H_
3
4 namespace Msp {
5 namespace Codecs {
6
7 int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse);
8
9 } // namespace Codecs
10 } // namespace Msp
11
12 #endif