Mercurial > audlegacy-plugins
comparison src/console/Vfs_File.h @ 1950:2ebeb7816c5e
Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
| author | chainsaw@localhost |
|---|---|
| date | Mon, 01 Oct 2007 23:01:22 +0100 |
| parents | 986f098da058 |
| children | 839804c3b3a4 |
comparison
equal
deleted
inserted
replaced
| 1949:98893c1e9f98 | 1950:2ebeb7816c5e |
|---|---|
| 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/vfs.h" | 8 #include <audacious/vfs.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 ); |
