Cockatrice/libcockatrice_protocol/libcockatrice/protocol/debug_pb_message.h
Lukas Brübach 133c02f973 Move libcockatrice_server to libcockatrice_network/server/remote
Took 1 hour 41 minutes

Took 39 seconds

Took 4 minutes
2025-10-08 15:41:37 +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