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

transc-gen-common-tests.0.6.8.source-code.Simple.hx Maven / Gradle / Ivy

class Simple {
	public function new() {
	}

	public function flush() {
		trace('flush');
	}
}

typedef DynamicIntMap = haxe.ds.IntMap;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy