winamp/Src/Plugins/Portable/pmp_wifi/images.h

5 lines
212 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#pragma once
int GetImageIndex(const wchar_t *manufacturer, const wchar_t *model);
void GetImagePath(int image_index, int width, int height, wchar_t *path, size_t path_cch);
int GetSmallImageID(int image_index);