1
This commit is contained in:
parent
11de2e83ab
commit
cdf552a091
@ -3868,3 +3868,8 @@ void Room::CloseRoomSwitch(int tag)
|
|||||||
{
|
{
|
||||||
a8::UnSetBitFlag(room_switch_, tag);
|
a8::UnSetBitFlag(room_switch_, tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Room::NotifyNewsTicker(int msg_type, std::vector<std::string> msg_content)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -251,6 +251,7 @@ public:
|
|||||||
bool HasRoomSwitch(int tag);
|
bool HasRoomSwitch(int tag);
|
||||||
void OpenRoomSwitch(int tag);
|
void OpenRoomSwitch(int tag);
|
||||||
void CloseRoomSwitch(int tag);
|
void CloseRoomSwitch(int tag);
|
||||||
|
void NotifyNewsTicker(int msg_type, std::vector<std::string> msg_content);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void ShuaAndroid();
|
void ShuaAndroid();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user