diff options
author | Aki <please@ignore.pl> | 2022-03-18 00:44:46 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-18 00:44:46 +0100 |
commit | 2d6958e78d7713e3e7f1ddd7c58f036e6e19a936 (patch) | |
tree | 4d4eabde7b3f40a931e0b114ffacbd299fbdc91d /Stars45/Game.h | |
parent | dac5158376875636306610365dc1b9820a18a277 (diff) | |
download | starshatter-2d6958e78d7713e3e7f1ddd7c58f036e6e19a936.zip starshatter-2d6958e78d7713e3e7f1ddd7c58f036e6e19a936.tar.gz starshatter-2d6958e78d7713e3e7f1ddd7c58f036e6e19a936.tar.bz2 |
Removed DisplayModeSupported wrapper from Game
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r-- | Stars45/Game.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h index e181b9b..65963b1 100644 --- a/Stars45/Game.h +++ b/Stars45/Game.h @@ -68,8 +68,6 @@ public: static Game* GetInstance(); - bool DisplayModeSupported(int w, int h, int bpp); - Clock* GetClock(); DWORD Frame(); |