From 6c8446cddb37df732fc9e5fc21f98e31968ce634 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 1 Feb 2008 19:34:47 +0000 Subject: interface cleanup --- src/game/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index ee9e286..5a0afc7 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -25,7 +25,7 @@ extern Ship ship; /// the only star in the game extern Star star; -class Game : public core::Game { +class Game : public core::GameInterface { public: /// initialize the game void init(); -- cgit v1.2.3