init Files
This commit is contained in:
39
libraries/ui/ui.h
Normal file
39
libraries/ui/ui.h
Normal file
@@ -0,0 +1,39 @@
|
||||
/**
|
||||
* @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*/
|
||||
|
||||
Reference in New Issue
Block a user