Cockatrice/libcockatrice_server/libcockatrice/server/debug_pb_message.h
2025-10-07 15:29:17 +02:00

15 lines
252 B
C++

#ifndef DEBUG_PB_MESSAGE_H
#define DEBUG_PB_MESSAGE_H
class QString;
namespace google
{
namespace protobuf
{
class Message;
}
} // namespace google
QString getSafeDebugString(const ::google::protobuf::Message &message);
#endif // DEBUG_PB_MESSAGE_H