mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-17 06:32:52 +00:00
18 lines
215 B
C
18 lines
215 B
C
![]() |
#ifndef _PARAMETER_H_
|
||
|
#define _PARAMETER_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#include "ui_conf.h"
|
||
|
|
||
|
void ParameterSetting_Widget(ui_t *ui);
|
||
|
void Switch_Widget(ui_t *ui);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|