comparison src/console/Vfs_File.h @ 2971:3134a0987162

- changed include path from audacious to audlegacy. - changed include path for libSAD.h.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 02:55:04 +0900
parents 839804c3b3a4
children
comparison
equal deleted inserted replaced
2970:57d499fc5056 2971:3134a0987162
3 #ifndef VFS_FILE_H 3 #ifndef VFS_FILE_H
4 #define VFS_FILE_H 4 #define VFS_FILE_H
5 5
6 #include "Data_Reader.h" 6 #include "Data_Reader.h"
7 7
8 #include <audacious/plugin.h> 8 #include <audlegacy/plugin.h>
9 9
10 class Vfs_File_Reader : public File_Reader { 10 class Vfs_File_Reader : public File_Reader {
11 public: 11 public:
12 void reset( VFSFile* ); // use already-open file and doesn't close it in close() 12 void reset( VFSFile* ); // use already-open file and doesn't close it in close()
13 error_t open( const char* path ); 13 error_t open( const char* path );