From f794b9ee52293cefd6ac73fdf0d2a01c5388f057 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 31 Jan 2008 18:22:44 +0000 Subject: modular system works now --- src/client/main.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client/main.cc') diff --git a/src/client/main.cc b/src/client/main.cc index e8486ca..7c5f7b7 100644 --- a/src/client/main.cc +++ b/src/client/main.cc @@ -3,10 +3,13 @@ the terms and conditions of the GNU General Public License version 2 */ -#include "client.h" +#include "client/client.h" int main( int argc, char *argv[] ) { client::init(); + client::run(); + + client::shutdown(); } -- cgit v1.2.3