From 8a4aa60b830467d81f8029c194bec5b2e74ceb17 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 22 Oct 2007 17:44:54 +0000 Subject: basic system console (new files) --- src/common/console.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/common/console.cc (limited to 'src/common/console.cc') diff --git a/src/common/console.cc b/src/common/console.cc new file mode 100644 index 0000000..7641865 --- /dev/null +++ b/src/common/console.cc @@ -0,0 +1,14 @@ +/* + common/console.cc + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 +*/ + +#include "console.h" + +namespace common { + + Console *Console::instance = 0; + +} // namespace common + -- cgit v1.2.3