Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.cc')
-rw-r--r--src/client/client.cc9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/client/client.cc b/src/client/client.cc
index e78f73d..1d29c23 100644
--- a/src/client/client.cc
+++ b/src/client/client.cc
@@ -13,15 +13,12 @@
#include "game/game.h"
-namespace client {
+namespace client
+{
// public instances
Application application;
-Camera camera;
-View view;
-Video video;
-Input input;
-Console console;
+Console console;
game::Game game;
} // namespace client