// // convert.h // #ifndef CONVERT_H #define CONVERT_H #include /// convert the given SDTS module to SDL void convertToSDL( std::ifstream & module_stream ); #endif