aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Library/ml_devices/welcomeWidget.h
blob: 1a5e7819ede33dc75f7b97eecc27405c06ee1049 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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