summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/GameWinDX9.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-03 10:47:51 +0200
committerAki <please@ignore.pl>2022-04-03 10:47:51 +0200
commit72deaacc5981c16aa05b7a63f497832bc769063c (patch)
tree260b7c7ee72d97dbd3386906cdcdfc1a5672e90b /StarsEx/GameWinDX9.h
parent759270bedc64ec2578563ff320cc73bb04a3e7e0 (diff)
downloadstarshatter-72deaacc5981c16aa05b7a63f497832bc769063c.zip
starshatter-72deaacc5981c16aa05b7a63f497832bc769063c.tar.gz
starshatter-72deaacc5981c16aa05b7a63f497832bc769063c.tar.bz2
Moved application configuration to GameWinDX9
Diffstat (limited to 'StarsEx/GameWinDX9.h')
-rw-r--r--StarsEx/GameWinDX9.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/StarsEx/GameWinDX9.h b/StarsEx/GameWinDX9.h
index 43fc71d..9e96840 100644
--- a/StarsEx/GameWinDX9.h
+++ b/StarsEx/GameWinDX9.h
@@ -62,6 +62,10 @@ protected:
HINSTANCE hInst;
HWND hwnd;
+ const char* app_name;
+ const char* title_text;
+ const char* palette_name;
+
bool is_windowed;
bool is_active;
bool is_device_lost;