mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
5 lines
No EOL
212 B
C
5 lines
No EOL
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); |