squareline-esp32/02-Casio-Style-World-Clock/PIO/lib/ui/ui.h
2024-09-23 01:24:21 +03:00

40 lines
524 B
C

/**
* @file ui.h
*
*/
#ifndef UI_OUTER_H
#define UI_OUTER_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "src/ui.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /*UI_OUTER_H*/