Cockatrice/libcockatrice_protocol/libcockatrice/protocol/get_pb_extension.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

14 lines
207 B
C++

#ifndef GET_PB_EXTENSION_H
#define GET_PB_EXTENSION_H
namespace google
{
namespace protobuf
{
class Message;
}
} // namespace google
int getPbExtension(const ::google::protobuf::Message &message);
#endif