xbot/ping_thread.hpp
2023-11-25 20:09:20 -08:00

7 lines
114 B
C++

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