X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fcodecutils.h;fp=source%2Fstringcodec%2Fcodecutils.h;h=6921d41e7ce67ebffb7a8da9726772af6507b881;hp=0000000000000000000000000000000000000000;hb=b42ed73a1b241c0e93ee03c43c4584b41c549bac;hpb=5b1368cb791cab043f0435628cacbaff36e39b7b diff --git a/source/stringcodec/codecutils.h b/source/stringcodec/codecutils.h new file mode 100644 index 0000000..6921d41 --- /dev/null +++ b/source/stringcodec/codecutils.h @@ -0,0 +1,19 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2006-2007 Mikko Rasa +Distributed under the LGPL +*/ + +#ifndef MSP_STRINGS_CODECUTILS_H_ +#define MSP_STRINGS_CODECUTILS_H_ + +namespace Msp { +namespace Codecs { + +int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse); + +} // namespace Codecs +} // namespace Msp + +#endif