更改ACE_SDK位置
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef __ACE_SDK_CLIENT_H__
|
||||
#define __ACE_SDK_CLIENT_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "ace_sdk_common.h"
|
||||
#include "ace_sdk_account.h"
|
||||
#include "ace_sdk_client_impl.h"
|
||||
|
||||
|
||||
/**
|
||||
* Initializes the ACE Client SDK.
|
||||
* This function should be called before any other functions in the ACE Client SDK.
|
||||
*/
|
||||
AceSdkResult ace_sdk_client_init();
|
||||
|
||||
/**
|
||||
* Should be called when the game process is exiting.
|
||||
*/
|
||||
AceSdkResult ace_sdk_client_deinit();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user