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