h2-mod/src/client/component/chat.hpp
Federico Cecchetto 87545c31d7 Client
2021-09-07 00:40:37 +02:00

6 lines
69 B
C++

#pragma once
namespace chat
{
void print(const std::string& msg);
}