13 lines
239 B
C
13 lines
239 B
C
extern "C" {
|
|
char* GetChannelNative();
|
|
|
|
void LoginNative(bool isAuto);
|
|
|
|
void LogoutNative();
|
|
|
|
void SwitchAccountNative();
|
|
|
|
void PaymentNative(char* payString);
|
|
|
|
void SubmitRoleNative(char* roleString);
|
|
} |