10 lines
107 B
C++
Raw Normal View History

2019-11-11 23:01:05 +01:00
#include <b_mc.hpp>
namespace b_mc {
char const* mocs_compilation()
{
return "@MOCS_COMPILATION@";
}
}