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