This commit is contained in:
aozhiwei 2023-05-24 15:51:11 +08:00
parent 11de2e83ab
commit cdf552a091
2 changed files with 6 additions and 0 deletions

View File

@ -3868,3 +3868,8 @@ void Room::CloseRoomSwitch(int tag)
{
a8::UnSetBitFlag(room_switch_, tag);
}
void Room::NotifyNewsTicker(int msg_type, std::vector<std::string> msg_content)
{
}

View File

@ -251,6 +251,7 @@ public:
bool HasRoomSwitch(int tag);
void OpenRoomSwitch(int tag);
void CloseRoomSwitch(int tag);
void NotifyNewsTicker(int msg_type, std::vector<std::string> msg_content);
private:
void ShuaAndroid();