summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/CmpLoadDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/CmpLoadDlg.h')
-rw-r--r--StarsEx/CmpLoadDlg.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/StarsEx/CmpLoadDlg.h b/StarsEx/CmpLoadDlg.h
index 67fdba5..486f403 100644
--- a/StarsEx/CmpLoadDlg.h
+++ b/StarsEx/CmpLoadDlg.h
@@ -11,10 +11,10 @@
Campaign title card and load progress dialog
*/
-#ifndef CmpLoadDlg_h
-#define CmpLoadDlg_h
+#pragma once
+
+#include <cstdint>
-#include "Types.h"
#include "FormWindow.h"
// +--------------------------------------------------------------------+
@@ -38,8 +38,5 @@ protected:
Slider* lbl_progress;
ActiveWindow* lbl_title;
ImageBox* img_title;
- DWORD show_time;
+ std::uint32_t show_time;
};
-
-#endif // CmpLoadDlg_h
-