3#ifndef LOADING_WINDOW_WIN32_H
4#define LOADING_WINDOW_WIN32_H
6#include "LoadingWindow.h"
8#include "archutils/Win32/AppInstance.h"
18 void SetText(
const std::string& sText);
19 void SetTextInternal();
22 void SetProgress(
const int progress);
23 void SetTotalWork(
const int totalWork);
24 void SetIndeterminate(
bool indeterminate);
38 static INT_PTR CALLBACK WndProc(HWND hWnd,
43#define USE_LOADING_WINDOW_WIN32
get an HINSTANCE for starting dialog boxes.
Definition AppInstance.h:8
Definition LoadingWindow_Win32.h:11
Opens and displays the loading banner.
Definition LoadingWindow.h:9
Definition RageSurface.h:90