UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

12 lines (11 loc) 281 B
import MinimapIcon from './minimapicon'; /** * war3map.mmp - the minimap icon file. */ export default class War3MapMmp { u1: number; icons: MinimapIcon[]; load(buffer: ArrayBuffer | Uint8Array): void; save(): Uint8Array; getByteLength(): number; }