Marc PASTEUR d132f39ff8 move lvgl
2025-12-19 18:08:19 +01:00

46 lines
647 B
C

/**
* @file lv_demo_gltf.h
*
*/
#ifndef LV_DEMO_GLTF_H
#define LV_DEMO_GLTF_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "../lv_demos.h"
#if LV_USE_DEMO_GLTF
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
lv_obj_t * lv_demo_gltf(const char * path);
/**********************
* MACROS
**********************/
#endif /*LV_USE_DEMO_GLTF*/
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /*LV_DEMO_GLTF_H*/