From a237a2d7723b94df6cd3e91401ec28388de6f1a0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 23:02:47 +0000 Subject: namespace cleanup --- src/game/world.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/game/world.h') diff --git a/src/game/world.h b/src/game/world.h index 8cbc232..27909fc 100644 --- a/src/game/world.h +++ b/src/game/world.h @@ -1,4 +1,5 @@ -/* world.h +/* + game/world.h This file is part of the Osirion project and is distributed under the terms and conditions of the GNU General Public License version 2 */ @@ -12,11 +13,11 @@ namespace game { /// The game world -namespace World { +class World { /// load the intial game world into memory - void init(); + static void init(); /// unload the game world - void shutdown(); + static void shutdown(); }; } // namespace game -- cgit v1.2.3