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.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 7c0b74d..ee2e7af 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -7,17 +7,12 @@ #ifndef __INCLUDED_CLIENT_H__ #define __INCLUDED_CLIENT_H__ -#include "game/game.h" - /// client part of the engine namespace client { /// the client main loop void main(int count, char **arguments); -/// global client Game instance -extern game::Game game; - } // namespace client #endif // __INCLUDED_CLIENT_H__ -- cgit v1.2.3