Apart from the standard two-step process of 1) Haxe compiling the .cs sourcecode, and 2) running the mono compiler to compile the .cs sourcecode to the output Main.exe, this .hxml script also does the ...
The Haxe compiler will make the class available globally (normally window or exports) and, if the class was excluded, expect that it is available already globally. The only problem is that it's not ...