#pragma once #include "appinfo.h" #include // Settings dialog (settingsdlg.cpp) VOID CreateSettingsDlg(HWND hwnd); // Download dialogs VOID DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial); BOOL DownloadApplication(CAppInfo *pAppInfo); BOOL DownloadListOfApplications(const CAtlList &AppsList, BOOL bIsModal);