mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-13 23:12:24 +00:00
42 lines
797 B
Java
42 lines
797 B
Java
|
// Generated by Haxe 4.0.5
|
||
|
package haxe.root;
|
||
|
|
||
|
import haxe.root.*;
|
||
|
|
||
|
@SuppressWarnings(value={"rawtypes", "unchecked"})
|
||
|
public class Main extends haxe.lang.HxObject
|
||
|
{
|
||
|
public static void main(String[] args)
|
||
|
{
|
||
|
haxe.java.Init.init();
|
||
|
{
|
||
|
haxe.root.Main.main();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public Main(haxe.lang.EmptyObject empty)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
public Main()
|
||
|
{
|
||
|
haxe.root.Main.__hx_ctor__Main(this);
|
||
|
}
|
||
|
|
||
|
|
||
|
protected static void __hx_ctor__Main(haxe.root.Main __hx_this)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
public static void main()
|
||
|
{
|
||
|
haxe.Log.trace.__hx_invoke2_o(0.0, "Hello World", 0.0, new haxe.lang.DynamicObject(new java.lang.String[]{"className", "fileName", "methodName"}, new java.lang.Object[]{"Main", "source/Main.hx", "main"}, new java.lang.String[]{"lineNumber"}, new double[]{((double) (((double) (3) )) )}));
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|