// Generated by the protocol buffer compiler. DO NOT EDIT! // source: game_example_def.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "game_example_def.pb.h" #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace game_example_protocols { namespace { const ::google::protobuf::EnumDescriptor* e_server_msg_type_descriptor_ = NULL; } // namespace void protobuf_AssignDesc_game_5fexample_5fdef_2eproto() { protobuf_AddDesc_game_5fexample_5fdef_2eproto(); const ::google::protobuf::FileDescriptor* file = ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( "game_example_def.proto"); GOOGLE_CHECK(file != NULL); e_server_msg_type_descriptor_ = file->enum_type(0); } namespace { GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_); inline void protobuf_AssignDescriptorsOnce() { ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, &protobuf_AssignDesc_game_5fexample_5fdef_2eproto); } void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); } } // namespace void protobuf_ShutdownFile_game_5fexample_5fdef_2eproto() { } void protobuf_AddDesc_game_5fexample_5fdef_2eproto() { static bool already_here = false; if (already_here) return; already_here = true; GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( "\n\026game_example_def.proto\022\026game_example_p" "rotocols*\223\001\n\021e_server_msg_type\022\024\n\017e_mst_" "start_c2l\020\220N\022\030\n\023e_mst_c2l_game_play\020\221N\022\024" "\n\017e_mst_start_l2c\020\230u\022\037\n\032e_mst_l2c_game_p" "lay_result\020\231u\022\027\n\021e_mst_clend_index\020\240\234\001", 198); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "game_example_def.proto", &protobuf_RegisterTypes); ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_game_5fexample_5fdef_2eproto); } // Force AddDescriptors() to be called at static initialization time. struct StaticDescriptorInitializer_game_5fexample_5fdef_2eproto { StaticDescriptorInitializer_game_5fexample_5fdef_2eproto() { protobuf_AddDesc_game_5fexample_5fdef_2eproto(); } } static_descriptor_initializer_game_5fexample_5fdef_2eproto_; const ::google::protobuf::EnumDescriptor* e_server_msg_type_descriptor() { protobuf_AssignDescriptorsOnce(); return e_server_msg_type_descriptor_; } bool e_server_msg_type_IsValid(int value) { switch(value) { case 10000: case 10001: case 15000: case 15001: case 20000: return true; default: return false; } } // @@protoc_insertion_point(namespace_scope) } // namespace game_example_protocols // @@protoc_insertion_point(global_scope)