xbot/ping_thread.hpp
2023-11-26 15:40:40 -08:00

7 lines
113 B
C++

#pragma once
#include "connection.hpp"
#include "thread.hpp"
auto ping_thread(Connection& connection) -> void;