6 lines
86 B
C++
6 lines
86 B
C++
#include "message.hpp"
|
|
|
|
std::string DebugPrint(std::string const & t)
|
|
{
|
|
return t;
|
|
}
|