Minor improvements

This commit is contained in:
Arkadiusz Fal
2022-03-27 13:42:20 +02:00
parent 5a868a25b0
commit 1912c8b845
8 changed files with 46 additions and 14 deletions

View File

@@ -50,6 +50,7 @@ protocol PlayerBackend {
func stopControlsUpdates()
func setNeedsDrawing(_ needsDrawing: Bool)
func setSize(_ width: Double, _ height: Double)
}
extension PlayerBackend {