summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h3
1 files changed, 1 insertions, 2 deletions
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"; }