From d3477eedc113a2c126f36f41384b8921d610906a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 8 Feb 2008 19:24:12 +0000 Subject: updated filesystem, removed inifile, updated game and tga loader minor cleanups --- src/filesystem/vfile.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/filesystem/vfile.h (limited to 'src/filesystem/vfile.h') diff --git a/src/filesystem/vfile.h b/src/filesystem/vfile.h deleted file mode 100644 index a64dbc6..0000000 --- a/src/filesystem/vfile.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - filesystem/vfile.h - This file is part of the Osirion project and is distributed under - the terms of the GNU General Public License version 2 -*/ - -#ifndef __INCLUDED_FILESYSTEM_VFILE_H__ -#define __INCLUDED_FILESYSTEM_VFILE_H__ - -// project headers -#include "filesystem/filesystem.h" - -namespace filesystem { - -/// a file in the virtual file system -class VFile { - -public: - /// search the path for a file in the virtual - /** If the file can not be found in any of the data directories, - * an empty string will be returned - */ - static std::string find(const char *filename); - - /// returns true if a file exists in the virtual filesystem - static bool exists(const char *filename); -}; - -} - -#endif //__INCLUDED_FILESYSTEM_VFILE_H__ -- cgit v1.2.3