mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
Set client SDK version to Service APIs
This commit is contained in:
parent
6cb2b20a6b
commit
662aee1e1d
8 changed files with 88 additions and 16 deletions
|
@ -95,6 +95,15 @@ void GetMyFriendKey(Service::Interface* self);
|
|||
*/
|
||||
void GetMyScreenName(Service::Interface* self);
|
||||
|
||||
/**
|
||||
* FRD::SetClientSdkVersion service function
|
||||
* Inputs:
|
||||
* 1 : Used SDK Version
|
||||
* Outputs:
|
||||
* 1 : Result of function, 0 on success, otherwise error code
|
||||
*/
|
||||
void SetClientSdkVersion(Service::Interface* self);
|
||||
|
||||
/// Initialize FRD service(s)
|
||||
void Init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue