Mercurial > audlegacy-plugins
comparison src/adplug/core/database.h @ 339:d19ac60697ec trunk
[svn] - implement virtual class to use VFS through binio
- update the places where binio is used directly to use vfs[io]stream instead of bin[io]stream, respectively
- make CFileProvider use vfsistream instead of binifstream.
| author | nenolod |
|---|---|
| date | Wed, 06 Dec 2006 07:37:05 -0800 |
| parents | 3da1b8942b8b |
| children |
comparison
equal
deleted
inserted
replaced
| 338:d517fc608e89 | 339:d19ac60697ec |
|---|---|
| 24 #ifndef H_ADPLUG_DATABASE | 24 #ifndef H_ADPLUG_DATABASE |
| 25 #define H_ADPLUG_DATABASE | 25 #define H_ADPLUG_DATABASE |
| 26 | 26 |
| 27 #include <iostream> | 27 #include <iostream> |
| 28 #include <string> | 28 #include <string> |
| 29 #include <binio.h> | 29 |
| 30 #include "binio_virtual.h" | |
| 30 | 31 |
| 31 class CAdPlugDatabase | 32 class CAdPlugDatabase |
| 32 { | 33 { |
| 33 public: | 34 public: |
| 34 class CKey | 35 class CKey |
