15 lines
192 B
C
15 lines
192 B
C
#ifndef NATIVE_ABILITY_WRAPPER_H
|
|
#define NATIVE_ABILITY_WRAPPER_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void StartNative();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // NATIVE_ABILITY_WRAPPER_H
|