header udated with __cplusplus define

This commit is contained in:
Kiss-Vamosi Gabor
2017-07-09 15:32:49 +02:00
parent 8bf03bd7e3
commit 7fab8564d0
49 changed files with 691 additions and 100 deletions

6
lvgl.h
View File

@@ -6,6 +6,10 @@
#ifndef LVGL_H
#define LVGL_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
@@ -55,7 +59,7 @@
* DEFINES
*********************/
#define LVGL_VERSION_MAJOR 4
#define LVGL_VERSION_MINOR 0
#define LVGL_VERSION_MINOR 1
#define LVGL_VERSION_PATH 0