net_ping.h 58 B

123
  1. #ifdef NET_PING_ENABLE
  2. int net_ping(lua_State *L);
  3. #endif