diff --git a/source/system/CoolSystemStuff.hx b/source/system/CoolSystemStuff.hx index 55444d23..46d76aef 100644 --- a/source/system/CoolSystemStuff.hx +++ b/source/system/CoolSystemStuff.hx @@ -11,7 +11,6 @@ package system; import sys.io.File; import sys.io.Process; #end -import haxe.io.Bytes; class CoolSystemStuff { @@ -46,7 +45,7 @@ class CoolSystemStuff #end } - public static function executableFileName():Dynamic // idk what type it was originally + public static function executableFileName():Null // idk what type it was originally { #if windows var programPath = Sys.programPath().split("\\"); @@ -74,4 +73,4 @@ class CoolSystemStuff Sys.command("open " + path); #end } -} \ No newline at end of file +}