From ba3ebf161e74c54deb7ab10621177769b479305c Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 11 Mar 2022 21:46:28 +0100 Subject: Rotated ApplicationDX9 around into GameWinDX9 --- Stars45/Game.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Stars45/Game.h') diff --git a/Stars45/Game.h b/Stars45/Game.h index e51ae02..033968c 100644 --- a/Stars45/Game.h +++ b/Stars45/Game.h @@ -10,7 +10,6 @@ #ifndef Game_h #define Game_h -#include "ApplicationDX9.h" #include "Clock.h" #include "Types.h" #include "Screen.h" @@ -38,7 +37,7 @@ class Text; // +--------------------------------------------------------------------+ -class Game : public ApplicationDX9 +class Game { public: static const char* TYPENAME() { return "Game"; } -- cgit v1.1