6 lines
69 B
C++
6 lines
69 B
C++
|
#pragma once
|
||
|
|
||
|
namespace chat
|
||
|
{
|
||
|
void print(const std::string& msg);
|
||
|
}
|