geocore/base/internal/message.cpp
2019-09-16 17:54:22 +03:00

6 lines
86 B
C++

#include "message.hpp"
std::string DebugPrint(std::string const & t)
{
return t;
}