10 lines
177 B
C++
10 lines
177 B
C++
#pragma once
|
|
|
|
#include "string"
|
|
#include <vector>
|
|
|
|
#include "pb_types.h"
|
|
|
|
vector<RpcContact_t> GetContacts();
|
|
int AcceptNewFriend(std::string v3, std::string v4, int scene);
|