#ifndef __ACE_SDK_CLIENT_H__ #define __ACE_SDK_CLIENT_H__ #include #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