|
@@ -30,7 +30,7 @@ import { IWebRequest } from '../Misc/interfaces/iWebRequest';
|
|
|
import { CanvasGenerator } from '../Misc/canvasGenerator';
|
|
|
|
|
|
declare type WebRequest = import("../Misc/webRequest").WebRequest;
|
|
|
-declare type LoadFileError = import("../Misc/FileTools").LoadFileError;
|
|
|
+declare type LoadFileError = import("../Misc/fileTools").LoadFileError;
|
|
|
declare type Observer<T> = import("../Misc/observable").Observer<T>;
|
|
|
declare type VideoTexture = import("../Materials/Textures/videoTexture").VideoTexture;
|
|
|
declare type RenderTargetTexture = import("../Materials/Textures/renderTargetTexture").RenderTargetTexture;
|