All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hx.NE.hx Maven / Gradle / Ivy

Go to download

JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.

There is a newer version: 0.6.8
Show newest version
// https://haxe.io/roundups/wwx/c++-magic/
#if cpp
@:include('N.h')
#end
extern class NE {
	#if cpp
	@:native("N_obj::_i2b") static public function i2b(v:Int):Int;
	@:native("N_obj::_i2s") static public function i2s(v:Int):Int;
	@:native("N_obj::_i2c") static public function i2c(v:Int):Int;
	#end
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy