xbot/ping_thread.hpp
2023-11-27 14:12:20 -08:00

10 lines
140 B
C++

#pragma once
#include "connection.hpp"
#include "event.hpp"
struct PingThread
{
static auto start(Connection& connection) -> void;
};