xbot/ping_thread.hpp
2023-11-27 19:09:45 -08:00

9 lines
112 B
C++

#pragma once
struct Connection;
struct PingThread
{
static auto start(Connection& connection) -> void;
};