SDL: Move focus rectangle dummy implementations to .cpp file.
This commit is contained in:
parent
0f9ad1a52f
commit
e2aafb603e
2 changed files with 7 additions and 2 deletions
|
@ -1396,6 +1396,11 @@ void SdlGraphicsManager::setShakePos(int shake_pos) {
|
|||
_newShakePos = shake_pos;
|
||||
}
|
||||
|
||||
void SdlGraphicsManager::setFocusRectangle(const Common::Rect& rect) {
|
||||
}
|
||||
|
||||
void SdlGraphicsManager::clearFocusRectangle() {
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
#pragma mark --- Overlays ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue