homm3-parsers
Version:
Collection of binary parsers able to parse various file formats related to Heroes of Might and Magic III
9 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var lod_bml_1 = require("./lod.bml");
exports.lodFile = lod_bml_1.lodFile;
var def_bml_1 = require("./def.bml");
exports.defFile = def_bml_1.defFile;
var pcx_bml_1 = require("./pcx.bml");
exports.pcxFile = pcx_bml_1.pcxFile;
//# sourceMappingURL=index.js.map