Files
BuildTools
Qt
Src
Agave
Components
Elevator
Mastering
Plugins
DSP
Encoder
General
Input
Library
ml_autotag
ml_bookmarks
ml_devices
gen_deviceprovider
resources
backBuffer.cpp
backBuffer.h
common.h
config.cpp
config.h
deviceCommands.cpp
deviceCommands.h
deviceHandler.cpp
deviceHandler.h
deviceManagerHandler.cpp
deviceManagerHandler.h
embeddedEditor.cpp
embeddedEditor.h
eventRelay.cpp
eventRelay.h
fillRegion.cpp
fillRegion.h
graphics.cpp
graphics.h
image.cpp
image.h
imageCache.cpp
imageCache.h
infoWidget.cpp
infoWidget.h
listWidget.cpp
listWidget.h
listWidgetCategory.cpp
listWidgetCommand.cpp
listWidgetConnection.cpp
listWidgetGroup.cpp
listWidgetInternal.h
listWidgetItem.cpp
listWidgetPaint.cpp
listWidgetTooltip.cpp
local_menu.cpp
local_menu.h
main.cpp
main.h
managerView.cpp
managerView.h
ml_devices.rc
ml_devices.sln
ml_devices.vcxproj
ml_devices.vcxproj.filters
navigation.cpp
navigation.h
navigationIcons.cpp
navigationIcons.h
plugin.cpp
plugin.h
png.rc
resource.h
statusBar.cpp
statusBar.h
strings.cpp
strings.h
version.rc2
wasabi.cpp
wasabi.h
welcomeWidget.cpp
welcomeWidget.h
widget.cpp
widget.h
widgetHost.cpp
widgetHost.h
widgetStyle.cpp
widgetStyle.h
ml_disc
ml_downloads
ml_fanzone
ml_history
ml_hotmixradio
ml_impex
ml_local
ml_nft
ml_nowplaying
ml_online
ml_playlists
ml_plg
ml_pmp
ml_rg
ml_transcode
ml_webdev
ml_wire
ml_fanzone.7z
Output
Portable
SDK
Visualization
ReplayGainAnalysis
WAT
Wasabi
Wasabi2
Winamp
aacPlus
aacdec
aacdec-mft
adpcm
alac
albumart
apev2
auth
bmp
burnlib
codesign
config
devices
external_dependencies
f263
filereader
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/Plugins/Library/ml_devices/welcomeWidget.h
2024-09-24 14:54:57 +02:00

20 lines
448 B
C

#ifndef _NULLSOFT_WINAMP_ML_DEVICES_WELCOME_WIDGET_HEADER
#define _NULLSOFT_WINAMP_ML_DEVICES_WELCOME_WIDGET_HEADER
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#include <wtypes.h>
HWND WelcomeWidget_CreateWindow(HWND parentWindow,
int x,
int y,
int width,
int height,
BOOL border,
unsigned int controlId);
#endif //_NULLSOFT_WINAMP_ML_DEVICES_WELCOME_WIDGET_HEADER