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-11-08 14:33:14 +0000
committerStijn Buys <ingar@osirion.org>2008-11-08 14:33:14 +0000
commit731dfb8f3ca9c34e4160021cb221c3056c00dbf9 (patch)
treecb8214aa1a8990dbb4b0e1ef4688eea030c76a52 /src/dedicated/console.cc
parent1317b6c1a231f5ccaf4ce11814863c77f93d8921 (diff)
finalized renaming from server namespace to dedicated
Diffstat (limited to 'src/dedicated/console.cc')
-rw-r--r--src/dedicated/console.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dedicated/console.cc b/src/dedicated/console.cc
index 9fdad4f..74b1101 100644
--- a/src/dedicated/console.cc
+++ b/src/dedicated/console.cc
@@ -11,16 +11,16 @@
#include <iomanip>
#include <cmath>
-#include "server/console.h"
+#include "auxiliary/functions.h"
#include "core/core.h"
+#include "dedicated/console.h"
#include "sys/consoleinterface.h"
-#include "auxiliary/functions.h"
#ifdef HAVE_CURSES
#include <ncurses.h>
#endif
-namespace server {
+namespace dedicated {
bool console_initialized = false;
bool console_updated = false;