SRSDK  0.10.39
Loading...
Searching...
No Matches
api.h
Go to the documentation of this file.
1#ifndef CNSDK_LEIASDK_API_H
2#define CNSDK_LEIASDK_API_H
3
4#include "leia/common/api.h"
5
6#if defined(LEIA_OS_ANDROID) && defined(LEIA_CORE_IMPL)
7# define LEIASDK_API
8#else
9# define LEIASDK_API LEIA_COMMON_API
10#endif // LEIA_OS_ANDROID
11
12#endif // CNSDK_LEIASDK_API_H