WeChatFerry/spy/accept_new_friend.h

6 lines
100 B
C
Raw Normal View History

2022-08-21 08:45:16 +08:00
#pragma once
#include "string"
2023-05-01 22:58:16 +08:00
int AcceptNewFriend(std::string v3, std::string v4, int scene);