mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-12 04:22:51 +00:00
17 lines
162 B
C
17 lines
162 B
C
#ifndef _WAVE_H_
|
|
#define _WAVE_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "ui_conf.h"
|
|
|
|
void Wave_Widget(ui_t *ui);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|