mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-18 13:57:52 +00:00
12 lines
156 B
C
12 lines
156 B
C
#ifndef _TEXT_H_
|
|
#define _TEXT_H_
|
|
|
|
#include "menuConfig.h"
|
|
|
|
extern text_t github_text;
|
|
extern text_t bilibili_text;
|
|
|
|
void Text_Widget(xpMenu Menu);
|
|
|
|
#endif
|