mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
9 lines
114 B
C++
9 lines
114 B
C++
#ifndef NET_POLL_HPP
|
|
#define NET_POLL_HPP
|
|
|
|
#include <cstdint>
|
|
|
|
int32_t PollNet(const void* a1, void* a2);
|
|
|
|
#endif
|