warscript
Version:
A typescript library for Warcraft III using Warpack.
9 lines (8 loc) • 323 B
TypeScript
/** @noSelfInFile */
import { Rect } from "./types/rect";
import { Region } from "./types/region";
export declare const boundRect: Rect;
export declare const boundRegion: Region;
export declare const boundMin: Readonly<Vec2>;
export declare const boundMax: Readonly<Vec2>;
export declare const boundCenter: Readonly<Vec2>;