#ifndef NET_POLL_HPP #define NET_POLL_HPP #include int32_t PollNet(const void* a1, void* a2); #endif