Browse Source

sync lime

Pascal Peridont 9 years ago
parent
commit
ac4bd7b0fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hxd/impl/LimeStage.hx

+ 2 - 0
hxd/impl/LimeStage.hx

@@ -161,6 +161,8 @@ class LimeStage implements lime.app.IModule {
 	
 	public function onWindowRestore( window ){ }
 
+	public function onWindowDropFile( window, file:String ){ }
+
 	public function update( dt ){ }
 		
 }