winamp/Src/Plugins/Library/ml_devices/navigationIcons.h

21 lines
421 B
C
Raw Permalink Normal View History

2024-09-24 12:54:57 +00:00
#ifndef _NULLSOFT_WINAMP_ML_DEVICES_NAVIGATION_ICONS_HEADER
#define _NULLSOFT_WINAMP_ML_DEVICES_NAVIGATION_ICONS_HEADER
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#include <wtypes.h>
int
NavigationIcons_GetDeviceIconIndex(ifc_device *device);
BOOL
NavigationIcons_ReleaseIconIndex(int iconIndex);
void
NavigationIcons_ClearCache();
#endif //_NULLSOFT_WINAMP_ML_DEVICES_NAVIGATION_ICONS_HEADER