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