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/osirion.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/osirion.cc (limited to 'src/osirion.cc') diff --git a/src/osirion.cc b/src/osirion.cc new file mode 100644 index 0000000..6955042 --- /dev/null +++ b/src/osirion.cc @@ -0,0 +1,14 @@ +/* client/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 "client/client.h" + +int main( int argc, char *argv[] ) +{ + client::application.init(); + client::application.run(); + client::application.shutdown(); +} + -- cgit v1.2.3