Add an extremely prototype version of the Smaky decoder.

This commit is contained in:
dg
2022-11-23 21:44:40 +00:00
parent a60b8e68ca
commit 7e9a1268a5
10 changed files with 226 additions and 9 deletions

View File

@@ -71,6 +71,11 @@ public:
return _fmr->tell();
}
void rewind()
{
_fmr->rewind();
}
void seek(const Fluxmap::Position& pos)
{
return _fmr->seek(pos);