mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
13 lines
128 B
C
13 lines
128 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool core2_lvgl_init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |