mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
11 lines
107 B
C++
11 lines
107 B
C++
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool core2_touch_init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |