summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/GameWinDX9.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-03 10:55:28 +0200
committerAki <please@ignore.pl>2022-04-03 10:55:28 +0200
commit150bd957db8eb19b1a07643317767ff5c3007f48 (patch)
treed718ffa44f79464a505e12af9825f88e3d836f43 /StarsEx/GameWinDX9.cpp
parent66709fcfaf40c73eb5f1afaf5c8107ae091d43f8 (diff)
downloadstarshatter-150bd957db8eb19b1a07643317767ff5c3007f48.zip
starshatter-150bd957db8eb19b1a07643317767ff5c3007f48.tar.gz
starshatter-150bd957db8eb19b1a07643317767ff5c3007f48.tar.bz2
Moved another part of application members from Game to WinDX9
Diffstat (limited to 'StarsEx/GameWinDX9.cpp')
-rw-r--r--StarsEx/GameWinDX9.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/StarsEx/GameWinDX9.cpp b/StarsEx/GameWinDX9.cpp
index 5d04c97..9a63e36 100644
--- a/StarsEx/GameWinDX9.cpp
+++ b/StarsEx/GameWinDX9.cpp
@@ -36,8 +36,10 @@ GameWinDX9::GetInstance()
GameWinDX9::GameWinDX9() :
max_tex_size {2048},
screen_color {Color::Black},
- hInst{nullptr},
- hwnd{nullptr},
+ hInst {nullptr},
+ hwnd {nullptr},
+ hmenu {nullptr},
+ window_style {0},
is_windowed {false},
is_active {false},
is_device_lost {false},