mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 04:32:52 +00:00
9 lines
99 B
C
9 lines
99 B
C
![]() |
#ifndef _WAVE_H_
|
||
|
#define _WAVE_H_
|
||
|
|
||
|
#include "menuConfig.h"
|
||
|
|
||
|
void Wave_Widget(xpMenu Menu);
|
||
|
|
||
|
#endif
|