Files
BuildTools
Qt
Src
Agave
Components
Elevator
Mastering
Plugins
ReplayGainAnalysis
WAT
Wasabi
Wasabi2
Winamp
aacPlus
aacdec
aacdec-mft
adpcm
alac
albumart
apev2
auth
bmp
burnlib
codesign
config
devices
external_dependencies
f263
filereader
filereader.xcodeproj
HTTPReader.cpp
HTTPReader.h
HTTPReaderFactory.cpp
HTTPReaderFactory.h
ProgressiveHTTPReader.cpp
ProgressiveHTTPReader.h
ResourceReader.cpp
ResourceReader.h
ResourceReaderFactory.cpp
ResourceReaderFactory.h
WA5_FileReader.h
api__filereader.h
filereader.rc
filereader.sln
filereader.vcxproj
filereader.vcxproj.filters
main.cpp
resource.h
version.rc2
freetypewac
gif
gracenote
h264
h264dec
id3v2
ie_plugin
installer
jpeg
libvp6
libvpShared
mp3-mpg123
mp4v
mpeg4dec
nde
nprt_plugin
ns-eel
ns-eel2
nsavi
nsmkv
nsutil
nsv
nsvdec_vp3
nsvdec_vp5
nsvdec_vp6
nswasabi
nu
omBrowser
pcm
pfc
playlist
plist
png
replicant
resources
tagz
tataki
theora
timer
vlb
vp32
vp6
vp8x
wbm
winampAll
winampa
xml
xspf
vcpkg-ports
.gitignore
LICENSE.md
README.md
automate-git.py
cef_x86.bat
install-packages.cmd
vcpkg_version_finder.py
winampAll_2019.sln
winamp/Src/filereader/WA5_FileReader.h
2024-09-24 14:54:57 +02:00

15 lines
342 B
C++

#ifndef __WASABI_WA5_FILEREADER_H
#define __WASABI_WA5_FILEREADER_H
#include "../Agave/Component/ifc_wa5component.h"
class WA5_FileReader : public ifc_wa5component
{
public:
void RegisterServices(api_service *service);
int RegisterServicesSafeModeOk();
void DeregisterServices(api_service *service);
protected:
RECVS_DISPATCH;
};
#endif