mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
network
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
#include "graphics/graphics.h"
|
||||
#include "configs.h"
|
||||
#include "dispatcher.h"
|
||||
#include "net/connections.h"
|
||||
#include "ui/uicontainer.h"
|
||||
#include "graphics/fonts.h"
|
||||
#include "net/connection.h"
|
||||
|
||||
Engine g_engine;
|
||||
|
||||
@@ -70,7 +70,7 @@ void Engine::run()
|
||||
Platform::poll();
|
||||
|
||||
// poll network events
|
||||
g_connections.poll();
|
||||
Connection::poll();
|
||||
|
||||
// poll diaptcher tasks
|
||||
g_dispatcher.poll();
|
||||
|
Reference in New Issue
Block a user