diff --git a/lime/_backend/flash/FlashWindow.hx b/lime/_backend/flash/FlashWindow.hx index 204d74542..7774ef0c7 100644 --- a/lime/_backend/flash/FlashWindow.hx +++ b/lime/_backend/flash/FlashWindow.hx @@ -114,5 +114,9 @@ class FlashWindow { } + public function alert (count:Int, speed:Int, stopOnForeground:Bool):Void { + + } -} \ No newline at end of file + +}