mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-18 13:57: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
|