1
0

main.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #ifndef _NULLSOFT_WINAMP_DEVICES_MAIN_HEADER
  2. #define _NULLSOFT_WINAMP_DEVICES_MAIN_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <wtypes.h>
  7. #include "./common.h"
  8. #include "./strings.h"
  9. #include "./plugin.h"
  10. #include "./ifc_deviceobject.h"
  11. #include "./ifc_deviceobjectenum.h"
  12. #include "./api_devicemanager.h"
  13. #include "./ifc_device.h"
  14. #include "./ifc_devicetype.h"
  15. #include "./ifc_devicetypeeditor.h"
  16. #include "./ifc_devicecommand.h"
  17. #include "./ifc_devicecommandeditor.h"
  18. #include "./ifc_deviceconnection.h"
  19. #include "./ifc_deviceconnectioneditor.h"
  20. #include "./ifc_deviceevent.h"
  21. #include "./ifc_deviceeventmanager.h"
  22. #include "./ifc_deviceprovider.h"
  23. #include "./ifc_devicesupportedcommand.h"
  24. #include "./ifc_devicesupportedcommandenum.h"
  25. #include "./ifc_deviceiconstore.h"
  26. #include "./deviceManager.h"
  27. #include "./deviceEventManager.h"
  28. #include "./deviceObjectStore.h"
  29. #include "./deviceObjectEnum.h"
  30. #include "./deviceCommand.h"
  31. #include "./deviceSupportedCommand.h"
  32. #include "./deviceSupportedCommandStore.h"
  33. #include "./deviceSupportedCommandEnum.h"
  34. #include "./deviceType.h"
  35. #include "./deviceConnection.h"
  36. #include "./deviceIconStore.h"
  37. #include "./component.h"
  38. #include "../nu/trace.h"
  39. #include <math.h>
  40. #include <shlwapi.h>
  41. #endif //_NULLSOFT_WINAMP_DEVICES_MAIN_HEADER