Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-01-30 17:35:04 +0000
committerStijn Buys <ingar@osirion.org>2008-01-30 17:35:04 +0000
commitbac8343bbc9f1e4cf97a561c732054539f21f03d (patch)
tree4d8997f26c6d63ed4ad61fc1057752f0c1b27ca1 /src/game/world.h
parent69f7ffa70863bef2be4cae08c466b5d97a627277 (diff)
accomodate the new modules
Diffstat (limited to 'src/game/world.h')
-rw-r--r--src/game/world.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/world.h b/src/game/world.h
index 27909fc..11a80fc 100644
--- a/src/game/world.h
+++ b/src/game/world.h
@@ -9,10 +9,10 @@
#include <string>
-namespace game
+namespace Game
{
-/// The game world
+/// the game world
class World {
/// load the intial game world into memory
static void init();