更改ACE_SDK位置

This commit is contained in:
2025-12-06 17:59:24 +08:00
parent baf547c71d
commit ae5479b583
31 changed files with 2 additions and 2 deletions
+21
View File
@@ -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