t7x/src/client/component/dedicated.hpp
2023-02-08 18:27:30 +01:00

7 lines
62 B
C++

#pragma once
namespace dedicated
{
void send_heartbeat();
}