h2-mod/src/component/chat.hpp
2021-04-23 20:57:21 +02:00

6 lines
69 B
C++

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