UNPKG

rw-parser

Version:

Parses RenderWare DFF and TXD files into usable format!

7 lines (6 loc) 203 B
export declare class RwParseError extends Error { constructor(message?: string); } export declare class RwParseStructureNotFoundError extends RwParseError { constructor(structureName: string); }