UNPKG

@thetoto/openfl

Version:

A fast, productive library for 2D cross-platform development.

41 lines (23 loc) 933 B
// Class: lime.media.openal._ALEffect.ALEffect_Impl_ var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this $global.Object.defineProperty(exports, "__esModule", {value: true}); var __map_reserved = {}; // Imports var $hxClasses = require("./../../../../hxClasses_stub").default; var $hxEnums = require("./../../../../hxEnums_stub").default; // Constructor var ALEffect_Impl_ = function(){} // Meta ALEffect_Impl_.__name__ = "lime.media.openal._ALEffect.ALEffect_Impl_"; ALEffect_Impl_.__isInterface__ = false; ALEffect_Impl_.prototype = { }; ALEffect_Impl_.prototype.__class__ = ALEffect_Impl_.prototype.constructor = $hxClasses["lime.media.openal._ALEffect.ALEffect_Impl_"] = ALEffect_Impl_; // Init // Statics ALEffect_Impl_._new = function(handle) { var this1 = handle; return this1; } // Export exports.default = ALEffect_Impl_;