6 lines
89 B
C++
6 lines
89 B
C++
#pragma once
|
|
|
|
#include "string"
|
|
|
|
int AcceptNewFriend(std::string v3, std::string v4);
|