diff options
author | Aki <please@ignore.pl> | 2022-03-11 21:46:28 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-11 21:46:28 +0100 |
commit | ba3ebf161e74c54deb7ab10621177769b479305c (patch) | |
tree | d2e9c3f4288aa65bd0bf5a743ae83e47c616b1c3 /Stars45/Starshatter.h | |
parent | 905cc79a7d81975d4aaac99c6888166d6595b9fc (diff) | |
download | starshatter-ba3ebf161e74c54deb7ab10621177769b479305c.zip starshatter-ba3ebf161e74c54deb7ab10621177769b479305c.tar.gz starshatter-ba3ebf161e74c54deb7ab10621177769b479305c.tar.bz2 |
Rotated ApplicationDX9 around into GameWinDX9
Diffstat (limited to 'Stars45/Starshatter.h')
-rw-r--r-- | Stars45/Starshatter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/Starshatter.h b/Stars45/Starshatter.h index 2d26b00..6bb9f04 100644 --- a/Stars45/Starshatter.h +++ b/Stars45/Starshatter.h @@ -11,7 +11,7 @@ #define Starshatter_h #include "Types.h" -#include "Game.h" +#include "GameWinDX9.h" #include "Bitmap.h" #include "KeyMap.h" #include "Text.h" @@ -41,7 +41,7 @@ class NetLobby; // +--------------------------------------------------------------------+ -class Starshatter : public Game +class Starshatter : public GameWinDX9 { public: Starshatter(); |