summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Starshatter.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-11 21:46:28 +0100
committerAki <please@ignore.pl>2022-03-11 21:46:28 +0100
commitba3ebf161e74c54deb7ab10621177769b479305c (patch)
treed2e9c3f4288aa65bd0bf5a743ae83e47c616b1c3 /Stars45/Starshatter.h
parent905cc79a7d81975d4aaac99c6888166d6595b9fc (diff)
downloadstarshatter-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.h4
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();