mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-15 21:52:52 +00:00
12 lines
170 B
C
12 lines
170 B
C
![]() |
#ifndef _SWITCH_H_
|
||
|
#define _SWITCH_H_
|
||
|
|
||
|
#include "menuConfig.h"
|
||
|
|
||
|
extern switch_t MenuColor_switch;
|
||
|
extern switch_t Power_switch;
|
||
|
|
||
|
void Switch_Widget(xpMenu Menu);
|
||
|
|
||
|
#endif
|