]> git.tdb.fi Git - libs/core.git/blob - source/stringcodec/codecutils.h
Move files around to prepare for assimilation into core
[libs/core.git] / source / stringcodec / codecutils.h
1 /* $Id$
2
3 This file is part of libmspstrings
4 Copyright © 2006-2007 Mikko Rasa
5 Distributed under the LGPL
6 */
7
8 #ifndef MSP_STRINGS_CODECUTILS_H_
9 #define MSP_STRINGS_CODECUTILS_H_
10
11 namespace Msp {
12 namespace Codecs {
13
14 int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse);
15
16 } // namespace Codecs
17 } // namespace Msp
18
19 #endif