From 1f95c377b2abfaa454b1f2298af10956d95ad941 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 13 Feb 2008 00:40:59 +0000 Subject: split client from game module --- src/client/client.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/client.cc') diff --git a/src/client/client.cc b/src/client/client.cc index 5243d28..6ae6ba8 100644 --- a/src/client/client.cc +++ b/src/client/client.cc @@ -12,7 +12,6 @@ #include "client/input.h" #include "client/view.h" #include "core/core.h" -#include "game/game.h" // SDL headers #include @@ -58,7 +57,6 @@ void func_r_restart(std::stringstream &args) } //--- public ------------------------------------------------------ -game::Game game; void main(int count, char **arguments) { -- cgit v1.2.3