10 lines
140 B
C++
10 lines
140 B
C++
#pragma once
|
|
|
|
#include "connection.hpp"
|
|
#include "event.hpp"
|
|
|
|
struct PingThread
|
|
{
|
|
static auto start(Connection& connection) -> void;
|
|
};
|