#ifndef __ANTHEM__TRANSLATION_H #define __ANTHEM__TRANSLATION_H #include #include #include namespace anthem { //////////////////////////////////////////////////////////////////////////////////////////////////// // // Translation // //////////////////////////////////////////////////////////////////////////////////////////////////// void translate(const std::vector &fileNames, Context &context); void translate(const char *fileName, std::istream &stream, Context &context); //////////////////////////////////////////////////////////////////////////////////////////////////// } #endif