mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-18 13:57:52 +00:00
11 lines
136 B
C
11 lines
136 B
C
![]() |
#ifndef _SWITCH_H_
|
||
|
#define _SWITCH_H_
|
||
|
|
||
|
#include "menuConfig.h"
|
||
|
|
||
|
extern switch_t Power_switch;
|
||
|
|
||
|
void Switch_Widget(xpMenu Menu);
|
||
|
|
||
|
#endif
|