mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add an extremely prototype version of the Smaky decoder.
This commit is contained in:
@@ -71,6 +71,11 @@ public:
|
||||
return _fmr->tell();
|
||||
}
|
||||
|
||||
void rewind()
|
||||
{
|
||||
_fmr->rewind();
|
||||
}
|
||||
|
||||
void seek(const Fluxmap::Position& pos)
|
||||
{
|
||||
return _fmr->seek(pos);
|
||||
|
||||
Reference in New Issue
Block a user