11 lines
107 B
C++
11 lines
107 B
C++
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool core2_touch_init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |