VirtualIO.h 258 B

12345678910
  1. #ifndef NULLSOFT_IN_WAVE_VIRTUALIO_H
  2. #define NULLSOFT_IN_WAVE_VIRTUALIO_H
  3. #include "main.h"
  4. #include <api/service/svcs/svc_fileread.h>
  5. extern SF_VIRTUAL_IO httpIO, unicode_io;
  6. void *CreateReader(const wchar_t *url);
  7. void DestroyReader(void *reader);
  8. #endif