Subversion Repositories display

Rev

Blame | Last modification | View Log | RSS feed

#include "garminimg.h"

ImgGMP::ImgGMP (class ImgFile *ifilein, off_t offset)
{
        ifile= ifilein;
        header_offset= imgfile_offset= offset;
}

ImgGMP::~ImgGMP ()
{
}