blob: 5fb70520cfa30fe0c8debb16516d9e978a66e010 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
#ifndef _NULLSOFT_WINAMP_ML_DEVICES_MAIN_HEADER
#define _NULLSOFT_WINAMP_ML_DEVICES_MAIN_HEADER
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
// #define _CRTDBG_MAP_ALLOC
#include <wtypes.h>
#include "./common.h"
#include "./strings.h"
#include "./plugin.h"
#include "./local_menu.h"
#include "./graphics.h"
#include "./image.h"
#include "./imageCache.h"
#include "./fillRegion.h"
#include "./backBuffer.h"
#include "./wasabi.h"
#include "./config.h"
#include "./navigation.h"
#include "./navigationIcons.h"
#include "./managerView.h"
#include "./statusBar.h"
#include "./widgetHost.h"
#include "./widgetStyle.h"
#include "./widget.h"
#include "./infoWidget.h"
#include "./welcomeWidget.h"
#include "./listWidget.h"
#include "./deviceManagerHandler.h"
#include "./deviceHandler.h"
#include "./eventRelay.h"
#include "./deviceCommands.h"
#include "./resource.h"
#include "./embeddedEditor.h"
#include "../../General/gen_ml/ml.h"
#include "../../General/gen_ml/menu.h"
#include "../../General/gen_ml/ml_ipc_0313.h"
#include "../winamp/wa_ipc.h"
#include "../winamp/wa_dlg.h"
#include "../nu/trace.h"
#include <shlwapi.h>
#include <math.h>
#endif //_NULLSOFT_WINAMP_ML_DEVICES_MAIN_HEADER
|