winamp/Src/Plugins/Library/ml_devices/gen_deviceprovider/main.h

32 lines
719 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef _NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER
#define _NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#include <wtypes.h>
#include "./common.h"
#include "./plugin.h"
#include "./strings.h"
#include "./stringBuilder.h"
#include "./wasabi.h"
#include "./provider.h"
#include "./resource.h"
#include "./device.h"
#include "./deviceActivity.h"
#include "./deviceView.h"
#include "./deviceIconEditor.h"
#include "./testSuite.h"
#include "./testSuiteLoader.h"
#include "./iconStore.h"
#include "../../winamp/wa_ipc.h"
#include "../../nu/trace.h"
#include <math.h>
#include <shlwapi.h>
#endif //_NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER