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, 2 insertions, 1 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index b86e0fc..1be7170 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -10,6 +10,7 @@
#ifndef Game_h
#define Game_h
+#include "ApplicationDX9.h"
#include "Types.h"
#include "Screen.h"
#include "Video.h"
@@ -36,7 +37,7 @@ class Text;
// +--------------------------------------------------------------------+
-class Game
+class Game : public ApplicationDX9
{
public:
static const char* TYPENAME() { return "Game"; }