Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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();