summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Starshatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Starshatter.h')
-rw-r--r--StarsEx/Starshatter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/StarsEx/Starshatter.h b/StarsEx/Starshatter.h
index f6e5cfd..8b8b41f 100644
--- a/StarsEx/Starshatter.h
+++ b/StarsEx/Starshatter.h
@@ -7,14 +7,16 @@
*/
-#ifndef Starshatter_h
-#define Starshatter_h
+#pragma once
+
+#include <cstdint>
+
+#include <Text.h>
#include "Types.h"
#include "GameWinDX9.h"
#include "Bitmap.h"
#include "KeyMap.h"
-#include "Text.h"
// +--------------------------------------------------------------------+
@@ -164,8 +166,8 @@ protected:
Font* limerick12;
Font* ocrb;
- DWORD time_mark;
- DWORD minutes;
+ std::uint32_t time_mark;
+ std::uint32_t minutes;
double field_of_view;
double orig_fov;
@@ -206,5 +208,3 @@ protected:
private:
static Starshatter* instance;
};
-
-#endif // Starshatter_h