winamp/Src/Plugins/Library/ml_wire/DownloadsDialog.h
2024-09-24 14:54:57 +02:00

13 lines
369 B
C++

#ifndef NULLSOFT_DOWNLOADSDIALOGH
#define NULLSOFT_DOWNLOADSDIALOGH
#include "DownloadStatus.h"
class OmService;
HWND CALLBACK DownloadDialog_Create(HWND hParent, OmService *service);
void DownloadsUpdated();
void DownloadsUpdated( DownloadToken token, const DownloadedFile *f );
void DownloadsUpdated( const DownloadStatus::Status &s, DownloadToken token );
#endif