Adding a global goto but it still doesn't work with rectangle shadows

This commit is contained in:
Anonymus Raccoon
2020-02-25 02:35:07 +01:00
parent 4437df4666
commit 298f02890e
11 changed files with 91 additions and 14 deletions

View File

@@ -22,4 +22,14 @@ namespace ComSquare::Memory
{
return this->_start;
}
bool IMemory::isMirror()
{
return false;
}
std::shared_ptr<IMemory> IMemory::getMirrored()
{
return nullptr;
}
}