From 85fd27284621d335dd76ee66da7349b19004adc1 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 16 Oct 2010 18:33:54 +0200 Subject: added the possibility to create a new folder within the editor's save file dialog --- src/engine/storage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/storage.h') diff --git a/src/engine/storage.h b/src/engine/storage.h index c483c52d..d01a7dd0 100644 --- a/src/engine/storage.h +++ b/src/engine/storage.h @@ -16,6 +16,7 @@ public: virtual void ListDirectory(int Type, const char *pPath, FS_LISTDIR_CALLBACK pfnCallback, void *pUser) = 0; virtual IOHANDLE OpenFile(const char *pFilename, int Flags, int Type, char *pBuffer = 0, int BufferSize = 0) = 0; virtual bool RemoveFile(const char *pFilename, int Type) = 0; + virtual bool CreateFolder(const char *pFoldername, int Type) = 0; }; extern IStorage *CreateStorage(const char *pApplicationName, int NumArgs, const char **ppArguments); -- cgit 1.4.1