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 _TEXT_H_
|
||
|
#define _TEXT_H_
|
||
|
|
||
|
#include "menuConfig.h"
|
||
|
|
||
|
void Text_Widget(xpMenu Menu);
|
||
|
|
||
|
#endif
|