summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
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/Game.h
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/Game.h')
-rw-r--r--StarsEx/Game.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index e4344f8..c3790f6 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -88,13 +88,6 @@ protected:
RenderStats stats;
DWORD totaltime;
- HMENU hmenu;
-
- // Internal variables for the state of the app
- DWORD window_style; // Saved window style for mode switches
- RECT bounds_rect; // Saved window bounds for mode switches
- RECT client_rect; // Saved client area size for mode switches
-
int status;
int exit_code;