11#undef tianzuo_LianYao_lib
13#define tianzuo_LianYao_atr
14#if defined (tianzuo_LianYao_dllexport)
15#define tianzuo_LianYao_lib _declspec(dllexport)
17#define tianzuo_LianYao_lib _declspec(dllimport)
20#define tianzuo_LianYao_atr __attribute__((visibility("default")))
21#define tianzuo_LianYao_lib
42 static int initialize(
int const init_mem_size,
char*
const memory_leak_log,
char*
const app_path,
int const language);
62 static void*
mem_get(
int const data_length);
炼妖壶模块类 for c++
Definition tianzuo.LianYaoInterface.h:26
~tianzuo_LianYaoInt()
Definition tianzuo.LianYaoInterface.h:29
tianzuo_LianYaoInt()
Definition tianzuo.LianYaoInterface.h:28
static int initialize(int const init_mem_size, char *const memory_leak_log, char *const app_path, int const language)
static int mem_del(void *const data)
static void * mem_get(int const data_length)
#define tianzuo_LianYao_lib
Definition tianzuo.LianYaoInterface.h:21