//
// convert.h
//

#ifndef CONVERT_H
#define CONVERT_H

#include <fstream>

/// convert the given SDTS module to SDL
void convertToSDL( std::ifstream & module_stream );


#endif


syntax highlighted by Code2HTML, v. 0.9.1