t7x/src/client/component/dedicated.hpp

7 lines
62 B
C++
Raw Normal View History

2023-02-08 12:27:30 -05:00
#pragma once
namespace dedicated
{
void send_heartbeat();
}