From aa33bc22ec4cd14e200ba9e09c43e884a2101a74 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 22 Oct 2007 17:40:39 +0000 Subject: basis system console --- src/game/game.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index a2c4156..ed49135 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -7,9 +7,9 @@ #ifndef __INCLUDED_GAME_H__ #define __INCLUDED_GAME_H__ -// project headers #include "ship.h" #include "star.h" +#include "common/console.h" /// The game engine namespace game @@ -34,3 +34,4 @@ namespace game }; #endif // __INCLUDED_GAME_H__ + -- cgit v1.2.3