Browse Source

added closeConsole

Nicolas Cannasse 8 years ago
parent
commit
c45b5b2ee8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      std/hl/UI.hx

+ 4 - 0
std/hl/UI.hx

@@ -153,4 +153,8 @@ class UI {
 	public static function stopLoop() : Void {
 	public static function stopLoop() : Void {
 	}
 	}
 
 
+	@:hlNative("ui","ui_close_console")
+	public static function closeConsole() : Void {
+	}
+	
 }
 }