Added memoryfilesystem and working on c wrapper
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Tesses::Framework::Streams {
|
||||
void Stream::CopyTo(Stream* strm, size_t buffSize)
|
||||
{
|
||||
if(strm != nullptr)
|
||||
strm->CopyTo(*strm, buffSize);
|
||||
this->CopyTo(*strm, buffSize);
|
||||
}
|
||||
void Stream::CopyTo(Stream& strm, size_t buffSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user