func stopTimer(rt *runtimeTimer) bool { //panic("syscall.stopTimer()") return haxegoruntime.StopTimer(unsafe.Pointer(rt)) }
func stopTimer(rt *runtimeTimer) bool { // function body is an Haxe addition return haxegoruntime.StopTimer(unsafe.Pointer(rt)) }