Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next

This commit is contained in:
TangoCash
2017-06-09 14:27:50 +02:00
3 changed files with 53 additions and 4 deletions

View File

@@ -145,3 +145,8 @@ cPlayback::~cPlayback()
{
printf("%s:%s\n", FILENAME, __func__);
}
uint64_t cPlayback::GetReadCount()
{
return 0;
}