h2-mod/src/client/component/chat.hpp

6 lines
69 B
C++
Raw Normal View History

2021-04-23 10:45:33 -04:00
#pragma once
namespace chat
{
void print(const std::string& msg);
}