From b4973888aeaea2dde6058bc06c3f6631349e7f3c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 3 Feb 2008 01:43:03 +0000 Subject: command buffer handling engine function parsing buffered client console --- src/osiriond.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/osiriond.cc (limited to 'src/osiriond.cc') diff --git a/src/osiriond.cc b/src/osiriond.cc new file mode 100644 index 0000000..052c68d --- /dev/null +++ b/src/osiriond.cc @@ -0,0 +1,14 @@ +/* + server/main.cc + This file is part of the Osirion project and is distributed under + the terms and conditions of the GNU General Public License version 2 +*/ + +#include "server/server.h" + +int main( int argc, char *argv[] ) +{ + server::application.init(); + server::application.run(); + server::application.shutdown(); +} -- cgit v1.2.3