This commit is contained in:
Eduardo Bart
2011-04-21 19:48:57 -03:00
10 changed files with 371 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
#include <graphics/graphics.h>
#include <graphics/fonts.h>
#include <ui/uicontainer.h>
//#include <net/connection.h>
#include <net/connection.h>
Engine g_engine;
@@ -69,7 +69,7 @@ void Engine::run()
Platform::poll();
// poll network events
//Connection::poll();
Connection::poll();
// poll diaptcher tasks
g_dispatcher.poll();