mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 20:15:51 +01:00
5 lines
212 B
C
5 lines
212 B
C
#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); |