소스 검색

sync lime

Pascal Peridont 9 년 전
부모
커밋
ac4bd7b0fd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 ){ }
 		
 }