From 4d7ca74c55edff30e34df1c36824a128211bfeb8 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 6 Apr 2022 21:35:26 +0200 Subject: Moved world ownership to concrete game classes --- StarsEx/Game.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'StarsEx/Game.h') diff --git a/StarsEx/Game.h b/StarsEx/Game.h index 48629c6..b350e2c 100644 --- a/StarsEx/Game.h +++ b/StarsEx/Game.h @@ -14,10 +14,6 @@ // +--------------------------------------------------------------------+ -class Universe; - -// +--------------------------------------------------------------------+ - class Game { public: @@ -74,8 +70,6 @@ public: virtual bool InitGame(); protected: - Universe* world; - int status; int exit_code; int game_mode; -- cgit v1.1