mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
10 lines
177 B
C++
10 lines
177 B
C++
#include "net/Poll.hpp"
|
|
#include "net/connection/RealmConnection.hpp"
|
|
|
|
int32_t PollNet(const void* a1, void* a2) {
|
|
RealmConnection::PollNet();
|
|
|
|
// TODO
|
|
|
|
return 1;
|
|
}
|