openfl
Version:
A fast, productive library for 2D cross-platform development.
38 lines (19 loc) • 817 B
JavaScript
// Class: lime._internal.backend.native.NativeCFFI
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 NativeCFFI = function(){}
// Meta
NativeCFFI.__name__ = "lime._internal.backend.native.NativeCFFI";
NativeCFFI.__isInterface__ = false;
NativeCFFI.prototype = {
};
NativeCFFI.prototype.__class__ = NativeCFFI.prototype.constructor = $hxClasses["lime._internal.backend.native.NativeCFFI"] = NativeCFFI;
// Init
// Statics
// Export
exports.default = NativeCFFI;