123456789101112131415161718192021222324252627282930313233343536373839 |
- /**
- * @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*/
|