mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-18 13:57:52 +00:00
11 lines
156 B
C
11 lines
156 B
C
#ifndef _APPLICATION_H
|
|
#define _APPLICATION_H
|
|
|
|
#include "menu.h"
|
|
#include "menuConfig.h"
|
|
|
|
void Draw_Home(xpMenu Menu);
|
|
void Show_Logo(xpMenu Menu);
|
|
|
|
#endif
|