From a1eb1b4dc4d81df724ee43fc4e895dd22e81760f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 9 Nov 2008 21:45:18 +0000 Subject: working jumpgates --- src/game/game.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index 236299b..027a125 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -7,10 +7,7 @@ #ifndef __INCLUDED_GAME_H__ #define __INCLUDED_GAME_H__ -namespace game { - - void register_modules(bool register_noninteractive_modules=false); -} +void register_modules(bool register_noninteractive_modules=false); #endif // __INCLUDED_GAME_H__ -- cgit v1.2.3