7 lines
274 B
TypeScript
7 lines
274 B
TypeScript
import { SymbolTable } from "./SymbolTable";
|
|
import { TextureTableRecord } from "./Texture";
|
|
export declare class TextureTable extends SymbolTable {
|
|
AllocateName(): string;
|
|
get Textures(): Map<string, TextureTableRecord>;
|
|
}
|
|
//# sourceMappingURL=TextureTable.d.ts.map
|